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
_______________________________________________
Gluster-devel mailing list
[email protected]
http://www.gluster.org/mailman/listinfo/gluster-devel

Reply via email to