-
Notifications
You must be signed in to change notification settings - Fork 498
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
Storage Live migration for KVM #1644
Comments
Forum discussion - community implementation: |
Using |
* F #1644: KVM live-migrate over ssh Co-authored-by: Leroy Förster <[email protected]> Co-authored-by: Paul Jost <[email protected]> Co-authored-by: Mark Zealey
Based on the comments and the proposal from the forum we have implemented the live migration for ssh TM. (f539f97) Any comments are appreciated, (FYI: @atodorov-storpool) |
@xorel First some cosmetics - I thing it is better to have Regarding That said if you follow https://www.ibm.com/support/knowledgecenter/linuxonibm/com.ibm.linux.z.ldva/ldva_t_migratingprocess.html There is an additional option Best Regards, |
On a second thought this will include the persistent NFS backed disks too. So for example, if we have a VM with disk The virsh command should be Creers |
Yes we had some similar issues to what you surmise - see this file for our approach migrate-live.txt which works with qcow2 type storage |
Thank you @atodorov-storpool for your comments, I made few changes in #5119 Mainly
I tested it in an environment as you propose, having shared iscsi disks + other qcow2/raw either shared or local disks, seems working well. Could you please comment on the pull req.? |
* F #1644: KVM live-migrate over ssh Co-authored-by: Leroy Förster <[email protected]> Co-authored-by: Paul Jost <[email protected]> Co-authored-by: Mark Zealey
Co-authored-by: Sergio Betanzos <[email protected]>
Enhancement Request
Description
Live migration is now possible between hosts with shared storage. This feature implies enabling VM live migration between hosts with no shared storage, or from one DS to another within the same host
Use case
To load balance storage between datastores manually. In the future, a dynamic scheduler can optimize storage balancing.
Interface Changes
Changes in XMLRPC, CLI and Sunstone
Progress Status
The text was updated successfully, but these errors were encountered: