We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 345445a commit a16565cCopy full SHA for a16565c
glustercli/cli/parsers.py
@@ -139,7 +139,8 @@ def _parse_a_vol(volume_el):
139
'status': volume_el.find('statusStr').text,
140
'num_bricks': int(volume_el.find('brickCount').text),
141
'distribute': int(volume_el.find('distCount').text),
142
- 'stripe': int(volume_el.find('stripeCount').text),
+# 'stripe': int(volume_el.find('stripeCount').text),
143
+# 'stripe' : 1,
144
'replica': int(volume_el.find('replicaCount').text),
145
'disperse': int(volume_el.find('disperseCount').text),
146
'disperse_redundancy': int(volume_el.find('redundancyCount').text),
0 commit comments