Dan Kenigsberg has submitted this change and it was merged. Change subject: Remove the _preparedDrives dictionary from vm ......................................................................
Remove the _preparedDrives dictionary from vm The _preparedDrives dictionary was a fix for bz670599 introduced with the commit 7aa57fe. Currently prepareVolumePath is not relying on the resource manager anymore and therefore the race fix is superfluous. In this patch: * make prepareVolumePath and teardownVolumePath public Change-Id: I8d310f216987b7ded89e71752464934f70c051ad --- M vdsm/clientIF.py M vdsm/libvirtvm.py M vdsm/vm.py 3 files changed, 31 insertions(+), 48 deletions(-) Approvals: Dan Kenigsberg: Verified Igor Lvovsky: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/1123 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8d310f216987b7ded89e71752464934f70c051ad Gerrit-PatchSet: 7 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Igor Lvovsky <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://fedorahosted.org/mailman/listinfo/vdsm-patches
