Federico Simoncelli has uploaded a new change for review. Change subject: Avoid to activate parent volume on cloning ......................................................................
Avoid to activate parent volume on cloning The benefit is that we can now create new snapshot volumes without looking at the parent. This is indispensable for live snapshots since the parent volume is in use by the VM. In this patch: * Do not activate the parent volume on cloning (it could be in use by the VM), the only information needed is the size and it can be provided as additional parameter in qemu-img * Do not change the volume permission to read-only when setting the parent to "internal" (it could be in use by the VM) Change-Id: I8a7d488da5ab0c27fc2e083976d4bc44e6f810e3 --- M vdsm/storage/volume.py 1 file changed, 11 insertions(+), 13 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/70/570/1 -- To view, visit http://gerrit.ovirt.org/570 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8a7d488da5ab0c27fc2e083976d4bc44e6f810e3 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Federico Simoncelli <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://fedorahosted.org/mailman/listinfo/vdsm-patches
