-
Notifications
You must be signed in to change notification settings - Fork 271
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bll/storage: don't check source domain space on lsm
When doing a LiveStorageMigration, the code checked if the disk/image would fit not only on the destination, but also on the source. This because theoretically the snapshot image can grow until the disksize. But this means that we needed to live migrate a 1TB disk, also at least 1TB of free space on the source domain. This is quite useless, and causes problemns to move disks from for example an already overloaded source domain. As this check is neither being done when creating a simple snapshot, just drop the check on the source domain. Signed-off-by: Jean-Louis Dupond <jean-louis@dupond.be>
- Loading branch information
Showing
2 changed files
with
1 addition
and
13 deletions.
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