Adam Litke has posted comments on this change.

Change subject: LiveMerge: Add support for deleting merged volumes
......................................................................


Patch Set 4:

(1 comment)

http://gerrit.ovirt.org/#/c/26768/4/vdsm/storage/blockVolume.py
File vdsm/storage/blockVolume.py:

Line 202:         # tags as HSM.
Line 203:         children = self.getChildren()
Line 204:         if children:
Line 205:             child = BlockVolume(self.repoPath, self.sdUUID, 
self.imgUUID,
Line 206:                                 children[0])
> yes, here we need to loop on all the children.
Done
Line 207:             metaParent = child.getMetaParam(volume.PUUID)
Line 208:             tagParent = child.getParent()
Line 209:             if metaParent != tagParent:
Line 210:                 self.log.debug("Updating stale PUUID LV tag from %s 
to %s for "


-- 
To view, visit http://gerrit.ovirt.org/26768
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Icf43f65f984d7f76622454dc8877d56ef8dedb8f
Gerrit-PatchSet: 4
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Adam Litke <ali...@redhat.com>
Gerrit-Reviewer: Adam Litke <ali...@redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <dan...@redhat.com>
Gerrit-Reviewer: Eduardo <ewars...@gmail.com>
Gerrit-Reviewer: Federico Simoncelli <fsimo...@redhat.com>
Gerrit-Reviewer: Greg Padgett <gpadg...@redhat.com>
Gerrit-Reviewer: Igor Lvovsky <ilvov...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to