Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Migration] Add case for live migration(precopy + postcopy) with various cpu/memory configurations #1675

Open
dzhengfy opened this issue Jun 15, 2018 · 2 comments
Labels
migration migration feature

Comments

@dzhengfy
Copy link
Contributor

dzhengfy commented Jun 15, 2018

Add below configurations, do migration, check the configuration consistency on both hosts. Existing cases may already have some of below configurations, so we need to find the gap and make the implementation plan.

Such as:

  • vcpu
  • vcpus
  • cpuset
  • vcpupin
  • cputune
  • emulatorpin cpuset
  • cpu numa
  • cpu mode
  • numatune
  • maxMemory
  • memoryBacking
  • memtune
  • memory device
  • memballoon
  • memAccess
@chunfuwen chunfuwen added the migration migration feature label Jun 15, 2018
@balamuruhans
Copy link
Member

balamuruhans commented Jun 19, 2018

@dzhengfy below scenarios are new stuff to be implemented,

  • memory device
  • memballoon
  • memAccess

we can plan these scenarios to be covered as part of #1639

  • vcpu
  • vcpus
  • cpuset
  • vcpupin
  • cputune
  • emulatorpin cpuset

We have the below scenarios already covered in virsh.migrate,

  • cpu numa
  • cpu mode
  • numatune
  • maxMemory
  • memoryBacking
  • memtune

@dzhengfy
Copy link
Contributor Author

@balamuruhans , thanks for your feedback. Would you like to also cover the first three (memory device/memballoon/memAccess)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
migration migration feature
Projects
None yet
Development

No branches or pull requests

3 participants