summaryrefslogtreecommitdiffstats
path: root/glusternagios
diff options
context:
space:
mode:
authorTimothy Asir <tjeyasin@redhat.com>2014-04-16 13:54:14 +0530
committerBala.FA <barumuga@redhat.com>2014-04-28 16:20:46 +0530
commit62a32a2a82abc880d9374ce446dba971849ed8e1 (patch)
tree9c444c65eb62f72daa16cc17a3e426644998b6a8 /glusternagios
parentd8a700fae2a92e8f447e9fa64844028a7cfc56e9 (diff)
enable volumeInfo to provide host uuid
Change-Id: If1f9d22c59200f707c5a86d0f89628a2d8380d55 Signed-off-by: Timothy Asir <tjeyasin@redhat.com>
Diffstat (limited to 'glusternagios')
-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