+++ This bug was initially created as a clone of Bug #845506 +++ gluster volume start --xml outputs <cliOutput> <volStart> <flags>0</flags> <volname>test1</volname> </volStart> </cliOutput> expected output is <cliOutput> <opRet>0</opRet> <opErrno>0</opErrno> <opErrstr/> <volStart> <volume> <name>music</name> <id>b3114c71-741b-4c6f-a39e-80384c4ea3cf</id> <status>1</status> </volume> </volStart> </cliOutput>
Patch for upstream/master under review at http://review.gluster.org/3869
Fixed by commit f1f3d1c (cli: Changes and enhancements to XML output) for bug https://bugzilla.redhat.com/show_bug.cgi?id=828131 . Reviewed at http://review.gluster.org/3869 .
Verified in glusterfs-3.4.0qa5-1 Received Output: # gluster volume start movies --xml <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <cliOutput><opRet>0</opRet><opErrno>0</opErrno><opErrstr></opErrstr><volStart><volume><name>movies</name><id>7fa0a317-540d-4e31-be73-377fc4e7338e</id></volume></volStart></cliOutput>
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/RHBA-2013-1262.html