From 62a32a2a82abc880d9374ce446dba971849ed8e1 Mon Sep 17 00:00:00 2001 From: Timothy Asir Date: Wed, 16 Apr 2014 13:54:14 +0530 Subject: enable volumeInfo to provide host uuid Change-Id: If1f9d22c59200f707c5a86d0f89628a2d8380d55 Signed-off-by: Timothy Asir --- glusternagios/glustercli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glusternagios') diff --git a/glusternagios/glustercli.py b/glusternagios/glustercli.py index 5753811..ff4781b 100755 --- a/glusternagios/glustercli.py +++ b/glusternagios/glustercli.py @@ -403,7 +403,7 @@ def _parseVolumeInfo(tree): #it returns an empty list when gluster doesnot return uuid try: brickDetail['name'] = d.find('name').text - #brickDetail['hostUuid'] = d.find('hostUuid').text + brickDetail['hostUuid'] = d.find('hostUuid').text value['bricksInfo'].append(brickDetail) except AttributeError: break -- cgit