Darshan N has posted comments on this change. Change subject: gluster: additional parsing of host UUID in verb glusterVolumesList ......................................................................
Patch Set 5: (1 comment) http://gerrit.ovirt.org/#/c/22693/5/vdsm/gluster/cli.py File vdsm/gluster/cli.py: Line 367: try: Line 368: brickDetail['name'] = d.find('name').text Line 369: brickDetail['hostUuid'] = d.find('hostUuid').text Line 370: value['bricksInfo'].append(brickDetail) Line 371: except: > 1. Please catch exact exception. Done Line 372: pass Line 373: volumes[value['volumeName']] = value Line 374: return volumes Line 375: -- To view, visit http://gerrit.ovirt.org/22693 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I9057f3aea0c0ed8fb4d4ec26eaf66fe80ec581e2 Gerrit-PatchSet: 5 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Darshan N <[email protected]> Gerrit-Reviewer: Aravinda VK <[email protected]> Gerrit-Reviewer: Bala.FA <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Darshan N <[email protected]> Gerrit-Reviewer: Kanagaraj M <[email protected]> Gerrit-Reviewer: Sahina Bose <[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
