summaryrefslogtreecommitdiffstats
path: root/glusternagios/glustercli.py
diff options
context:
space:
mode:
Diffstat (limited to 'glusternagios/glustercli.py')
-rwxr-xr-xglusternagios/glustercli.py2
1 files changed, 1 insertions, 1 deletions
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