Nir Soffer has posted comments on this change. Change subject: Live Merge: Update path using libvirt supplied value ......................................................................
Patch Set 6: (1 comment) http://gerrit.ovirt.org/#/c/31365/6/vdsm/virt/vm.py File vdsm/virt/vm.py: Line 5585: Line 5586: # Remove any components of the volumeChain which are no longer present Line 5587: newChain = [x for x in device['volumeChain'] Line 5588: if x['volumeID'] in volumes] Line 5589: device['volumeChain'] = drive.volumeChain = newChain > Not really, because each element of device['volumeChain'] is a dictionary a Ok Line 5590: Line 5591: def handleBlockJobEvent(self, jobID, drive, mode): Line 5592: if mode == 'finished': Line 5593: self.log.info("Live merge job completed (job %s)", jobID) -- To view, visit http://gerrit.ovirt.org/31365 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ie341333ad934645c0fe4f2fd31733c459d306d9a Gerrit-PatchSet: 6 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Adam Litke <[email protected]> Gerrit-Reviewer: Adam Litke <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Nir Soffer <[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
