Dan Kenigsberg has submitted this change and it was merged. Change subject: Adding VM based locks to ovf modify functions. ......................................................................
Adding VM based locks to ovf modify functions. Caveat Emptor: Avoids concurrent runs, but not serializes. Simultaneous updates or removes of ovf files (like removing many disks from the same VM) may result in inconsistent ovf's. Bug-url: https://bugzilla.redhat.com/show_bug.cgi?id=878894 Change-Id: I57d9f87a34e1d5659115b09530493824fcda94de Signed-off-by: Eduardo <[email protected]> --- M vdsm/storage/hsm.py M vdsm/storage/sp.py 2 files changed, 17 insertions(+), 17 deletions(-) Approvals: Ayal Baron: Looks good to me, approved Eduardo: Verified Dan Kenigsberg: -- To view, visit http://gerrit.ovirt.org/9456 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I57d9f87a34e1d5659115b09530493824fcda94de Gerrit-PatchSet: 5 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Eduardo <[email protected]> Gerrit-Reviewer: Ayal Baron <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Daniel Paikov <[email protected]> Gerrit-Reviewer: Eduardo <[email protected]> Gerrit-Reviewer: Royce Lv <[email protected]> Gerrit-Reviewer: Yeela Kaplan <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
