[Bugs] [Bug 1214772] gluster xml empty output volume status detail
bugzilla at redhat.com
bugzilla at redhat.com
Tue Jun 9 12:23:56 UTC 2015
https://bugzilla.redhat.com/show_bug.cgi?id=1214772
jAHu <gluster at jahu.sk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |CLOSED
Resolution|--- |CURRENTRELEASE
Last Closed| |2015-06-09 08:23:56
--- Comment #5 from jAHu <gluster at jahu.sk> ---
xml output of volume status detail is working ok with 3.7.1 release in my case.
# gluster --xml volume status volname
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<cliOutput>
<opRet>0</opRet>
<opErrno>0</opErrno>
<opErrstr/>
<volStatus>
<volumes>
<volume>
<volName>volname</volName>
<nodeCount>1</nodeCount>
<node>
<hostname>hostname</hostname>
<path>/mnt/....</path>
<peerid>.....</peerid>
<status>1</status>
<port>49158</port>
<ports>
<tcp>49158</tcp>
<rdma>N/A</rdma>
</ports>
<pid>19737</pid>
<sizeTotal>2871989895168</sizeTotal>
<sizeFree>2206573936640</sizeFree>
<blockSize>4096</blockSize>
</node>
<tasks/>
</volume>
</volumes>
</volStatus>
</cliOutput>
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the Bugs
mailing list