Skip to content

Instantly share code, notes, and snippets.

@cholcombe973
Created May 10, 2017 16:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cholcombe973/9a997910fe765663b3c958c9cdb50a7a to your computer and use it in GitHub Desktop.
Save cholcombe973/9a997910fe765663b3c958c9cdb50a7a to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<cliOutput>
<opRet>0</opRet>
<opErrno>0</opErrno>
<opErrstr/>
<volQuota>
<limit>
<path>/</path>
<hard_limit>10240</hard_limit>
<soft_limit_percent>80%</soft_limit_percent>
<soft_limit_value>8192</soft_limit_value>
<used_space>0</used_space>
<avail_space>10240</avail_space>
<sl_exceeded>No</sl_exceeded>
<hl_exceeded>No</hl_exceeded>
</limit>
<limit>
<path>/test2</path>
<hard_limit>10240</hard_limit>
<soft_limit_percent>80%</soft_limit_percent>
<soft_limit_value>8192</soft_limit_value>
<used_space>0</used_space>
<avail_space>10240</avail_space>
<sl_exceeded>No</sl_exceeded>
<hl_exceeded>No</hl_exceeded>
</limit>
</volQuota>
</cliOutput>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment