forked from openstack/nova
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Libvirt: disallow live-mig for volume-backed with local disk
This patch makes libvirt raise an error if a live migration was requested without shared storage for a volume-backed instance, if that instance has any local disks. The reason is that without shared storage, local disks will be re-created on the destination node which can result in loss of data. Change-Id: Ic96dabf6020e957309280862b325792faf44b1f5 Closes-bug: 1236356 (cherry picked from commit cf89e78)
- Loading branch information
Showing
2 changed files
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters