Hide Forgot
+++ This bug was initially created as a clone of Bug #955548 +++ Description of problem: 'gluster volume status <vol> --xml' should provide the UUID of the host as well when providing the information about different services. Version-Release number of selected component (if applicable): glusterfs 3.4.0alpha2 built on Mar 6 2013 23:54:05 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: UUID of the hosts should be provided in the output of 'gluster volume status <vol> --xml' command Additional info:
Without this fix, the filtering feature of RHSC is not going to work properly.
Requirement is that nfs/shd services need to have uuid along with hostname.
upstream patch is under review at http://review.gluster.org/6162
downstream patch is at https://code.engineering.redhat.com/gerrit/15759
Verified. -------------------------- [root@vm10 ~]# gluster volume status repvol --xml <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <cliOutput> <opRet>0</opRet> <opErrno>115</opErrno> <opErrstr/> <volStatus> <volumes> <volume> <volName>repvol</volName> <nodeCount>6</nodeCount> <node> <hostname>vm10.lab.eng.blr.redhat.com</hostname> <path>/home/1</path> <peerid>ea241638-9cff-43bd-a29a-7b1c2e446bb0</peerid> <status>1</status> <port>49153</port> <pid>30110</pid> </node> <node> <hostname>vm11.lab.eng.blr.redhat.com</hostname> <path>/home/1</path> <peerid>b553c447-a6ca-40c0-92f5-94b6e2cd1b6f</peerid> <status>1</status> <port>49153</port> <pid>17754</pid> </node> <node> <hostname>NFS Server</hostname> <path>localhost</path> <peerid>ea241638-9cff-43bd-a29a-7b1c2e446bb0</peerid> <status>1</status> <port>2049</port> <pid>30123</pid> </node> <node> <hostname>Self-heal Daemon</hostname> <path>localhost</path> <peerid>ea241638-9cff-43bd-a29a-7b1c2e446bb0</peerid> <status>1</status> <port>N/A</port> <pid>30131</pid> </node> <node> <hostname>NFS Server</hostname> <path>vm11.lab.eng.blr.redhat.com</path> <peerid>b553c447-a6ca-40c0-92f5-94b6e2cd1b6f</peerid> <status>1</status> <port>2049</port> <pid>17766</pid> </node> <node> <hostname>Self-heal Daemon</hostname> <path>vm11.lab.eng.blr.redhat.com</path> <peerid>b553c447-a6ca-40c0-92f5-94b6e2cd1b6f</peerid> <status>1</status> <port>N/A</port> <pid>17773</pid> </node> <tasks/> </volume> </volumes> </volStatus> </cliOutput> --------------------------
Bala, Can you please verify if the edited doc text is technically accurate?
Doc text looks good to me
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2014-0208.html