Federico Simoncelli has uploaded a new change for review. 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: * remove the _preparedDrives dictionary and its lock (_volPrepareLock) * make prepareVolumePath and teardownVolumePath public Change-Id: I8d310f216987b7ded89e71752464934f70c051ad --- M vdsm/clientIF.py M vdsm/libvirtvm.py M vdsm/vm.py 3 files changed, 26 insertions(+), 47 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/23/1123/1 -- To view, visit http://gerrit.ovirt.org/1123 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8d310f216987b7ded89e71752464934f70c051ad 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
