[Bugs] [Bug 1406569] Element missing for arbiter bricks in XML volume status details output

bugzilla at redhat.com bugzilla at redhat.com
Wed Jan 4 10:44:38 UTC 2017


https://bugzilla.redhat.com/show_bug.cgi?id=1406569



--- Comment #1 from Ravishankar N <ravishankar at redhat.com> ---
Trial run on my setup:

0:root at vm3 ~$ gluster --version
glusterfs 3.7.17 built on Jan  4 2017 12:39:59
Repository revision: git://git.gluster.com/glusterfs.git
Copyright (c) 2006-2011 Gluster Inc. <http://www.gluster.com>
GlusterFS comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of GlusterFS under the terms of the GNU General
Public License.
0:root at vm3 ~$ 

============================================
root at vm3 ~$ gluster v create testvol replica 3 arbiter 1
127.0.0.2:/bricks/brick{1..3} force

root at vm3 ~$ gluster v start testvol

130:root at vm3 ~$ gluster v status testvol detail --xml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<cliOutput>
  <opRet>0</opRet>
  <opErrno>0</opErrno>
  <opErrstr/>
  <volStatus>
    <volumes>
      <volume>
        <volName>testvol</volName>
        <nodeCount>3</nodeCount>
        <node>
          <hostname>127.0.0.2</hostname>
          <path>/bricks/brick1</path>
          <peerid>78097816-11e9-4445-ae9a-dd1c5a8e89e3</peerid>
          <status>1</status>
          <port>49153</port>
          <ports>
            <tcp>49153</tcp>
            <rdma>N/A</rdma>
          </ports>
          <pid>13736</pid>
          <sizeTotal>4283432960</sizeTotal>
          <sizeFree>4249432064</sizeFree>
          <device>/dev/vdb1</device>
          <blockSize>4096</blockSize>
          <mntOptions>rw,seclabel,relatime,attr2,inode64,noquota</mntOptions>
          <fsName>xfs</fsName>
        </node>
        <node>
          <hostname>127.0.0.2</hostname>
          <path>/bricks/brick2</path>
          <peerid>78097816-11e9-4445-ae9a-dd1c5a8e89e3</peerid>
          <status>1</status>
          <port>49155</port>
          <ports>
            <tcp>49155</tcp>
            <rdma>N/A</rdma>
          </ports>
          <pid>13755</pid>
          <sizeTotal>4283432960</sizeTotal>
          <sizeFree>4249432064</sizeFree>
          <device>/dev/vdb1</device>
          <blockSize>4096</blockSize>
          <mntOptions>rw,seclabel,relatime,attr2,inode64,noquota</mntOptions>
          <fsName>xfs</fsName>
        </node>
        <node>
          <hostname>127.0.0.2</hostname>
          <path>/bricks/brick3</path>
          <peerid>78097816-11e9-4445-ae9a-dd1c5a8e89e3</peerid>
          <status>1</status>
          <port>49156</port>
          <ports>
            <tcp>49156</tcp>
            <rdma>N/A</rdma>
          </ports>
          <pid>13774</pid>
          <sizeTotal>4283432960</sizeTotal>
          <sizeFree>4249432064</sizeFree>
          <device>/dev/vdb1</device>
          <blockSize>4096</blockSize>
          <mntOptions>rw,seclabel,relatime,attr2,inode64,noquota</mntOptions>
          <fsName>xfs</fsName>
        </node>
      </volume>
    </volumes>
  </volStatus>
</cliOutput>

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=lqGmxUXMl3&a=cc_unsubscribe


More information about the Bugs mailing list