Federico Simoncelli has posted comments on this change. Change subject: LiveMerge: Add merge verb and related machinery ......................................................................
Patch Set 5: Code-Review+1 (1 comment) http://gerrit.ovirt.org/#/c/26635/5/vdsm/virt/vm.py File vdsm/virt/vm.py: Line 5214: self.log.error("merge: Refusing to merge into a shared volume") Line 5215: return errCode['mergeErr'] Line 5216: Line 5217: ret = self.trackBlockJob(jobUUID, drive, baseVolUUID, topVolUUID, Line 5218: 'commit') We need a specific exception here. Line 5219: if ret is False: Line 5220: self.log.error("Another block job is already active on this disk") Line 5221: return errCode['mergeErr'] Line 5222: self.log.debug("Starting merge with jobUUID='%s'", jobUUID) -- To view, visit http://gerrit.ovirt.org/26635 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I077e1bdf0130ebdc218135ca717a6a810bbab12c Gerrit-PatchSet: 5 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Adam Litke <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Greg Padgett <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
