Dan Kenigsberg has submitted this change and it was merged. Change subject: upgrade: handle the templates lease files ......................................................................
upgrade: handle the templates lease files On file domains multiple lease files were generated for the same template volume. This patch addresses the issue upgrading the domain by volume and taking advantage of a new specific volume method (_shareLease) to share the lease with the other images. In this patch: * Fix the multiple leases for the same template volume issue * Improve the domain V3 conversion upgrading by volume (instead of by image) Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=855425 Signed-off-by: Federico Simoncelli <[email protected]> Change-Id: I886f887438220e61f8764fc3d32d7b99609d8543 --- M vdsm/storage/fileVolume.py M vdsm/storage/imageRepository/formatConverter.py M vdsm/storage/volume.py 3 files changed, 55 insertions(+), 16 deletions(-) Approvals: Ayal Baron: Looks good to me, but someone else must approve Yeela Kaplan: Looks good to me, but someone else must approve Federico Simoncelli: Verified Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/8271 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I886f887438220e61f8764fc3d32d7b99609d8543 Gerrit-PatchSet: 4 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Ayal Baron <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Eduardo <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Igor Lvovsky <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[email protected]> Gerrit-Reviewer: Yeela Kaplan <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
