Vered Volansky has uploaded a new change for review. Change subject: vdsm: LibvirtVm._cleanup redundant call removed ......................................................................
vdsm: LibvirtVm._cleanup redundant call removed In libvirtvm.py: LibvirtVm._cleanup on hotunplug success seems wrong and was removed. Change-Id: I2999186d475eb382a03c977c232a66dd08545de9 Signed-off-by: Vered Volansky <[email protected]> --- M vdsm/libvirtvm.py 1 file changed, 0 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/64/12564/1 diff --git a/vdsm/libvirtvm.py b/vdsm/libvirtvm.py index e2ada06..0890daf 100644 --- a/vdsm/libvirtvm.py +++ b/vdsm/libvirtvm.py @@ -1814,8 +1814,6 @@ return { 'status': {'code': errCode['hotunplugDisk']['status']['code'], 'message': e.message}} - else: - self._cleanup() return {'status': doneCode, 'vmList': self.status()} -- To view, visit http://gerrit.ovirt.org/12564 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2999186d475eb382a03c977c232a66dd08545de9 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Vered Volansky <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
