You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2018/11/03 06:21:42 UTC

[GitHub] GabrielBrascher opened a new pull request #2997: Allow KVM VM live migration with ROOT volume on file storage type

GabrielBrascher opened a new pull request #2997: Allow KVM VM live migration with ROOT volume on file storage type
URL: https://github.com/apache/cloudstack/pull/2997
 
 
   This PR proposes a new `DataMotionStrategy` `KvmNonManagedStorageDataMotionStrategy` that extends the `StorageSystemDataMotionStrategy`. This strategy allows migrating KVM VMs with the ROOT volume in  a primary local file system storage (volumes on path /var/lib/libvirt/images/).
   
   This design also aims to ease the development of any non-managed KVM volume migration, such as the implementation of @nvazquez in PR #2983 (NFS to NFS).
   
   **Note:** unit test cases are yet to be made; however, I opened this PR to open a discussion on the best way of joining this File System implementation with the Network File System implementation (#2983).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services