[Gluster-users] docs on xml cli output

Phil Kauffman kauffman at cs.uchicago.edu
Thu May 7 18:25:02 UTC 2015


Where can I find the docs that describe the output (specifically status 
codes) of the cli when using the '--xml' flag?


In the below example is there a document that would explain what 
<status>2</status> or <opRet>0</opRet> means?

I was hoping to get a list of all the codes at once so I don't have to 
guess and can account for them in my program.

# gluster volume info --xml
<cliOutput>
   <opRet>0</opRet>
   <opErrno>0</opErrno>
   <opErrstr/>
   <volInfo>
     <volumes>
       <volume>
         <name>test1</name>
         <id>eee46a7a-eac1-4dc1-ad77-50466384ad7b</id>
         <status>2</status>


Thanks,

Phil


More information about the Gluster-users mailing list