[Bugs] [Bug 1446362] New: cli xml status of detach tier broken
bugzilla at redhat.com
bugzilla at redhat.com
Thu Apr 27 18:05:48 UTC 2017
https://bugzilla.redhat.com/show_bug.cgi?id=1446362
Bug ID: 1446362
Summary: cli xml status of detach tier broken
Product: GlusterFS
Version: mainline
Component: tiering
Assignee: bugs at gluster.org
Reporter: hgowtham at redhat.com
QA Contact: bugs at gluster.org
CC: bugs at gluster.org
Description of problem:
the detach tier status in the xml format is not working properly.
Version-Release number of selected component (if applicable):
3.10 and above
How reproducible:
100%
Steps to Reproduce:
1.create a tiered volume
2.issue detach start
3.issue gluster v tier <volname> detach status --xml
Actual results:
volume detach tier status: success
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<cliOutput>
<opRet>0</opRet>
<opErrno>0</opErrno>
<opErrstr>Detach tier status successful</opErrstr>
<volDetachTier/>
</cliOutput>
Expected results:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<cliOutput>
<opRet>0</opRet>
<opErrno>0</opErrno>
<opErrstr>Detach tier status successful</opErrstr>
<volDetachTier>
<nodeCount>1</nodeCount>
<node>
<nodeName>localhost</nodeName>
<id>77e903ef-8400-4882-97ae-5a0e326f25b0</id>
<files>0</files>
<size>0</size>
<lookups>0</lookups>
<failures>0</failures>
<skipped>0</skipped>
<status>3</status>
<statusStr>completed</statusStr>
<runtime>0.00</runtime>
</node>
<aggregate>
<files>0</files>
<size>0</size>
<lookups>0</lookups>
<failures>0</failures>
<skipped>0</skipped>
<status>3</status>
<statusStr>completed</statusStr>
<runtime>0.00</runtime>
</aggregate>
</volDetachTier>
</cliOutput>
Additional info:
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the Bugs
mailing list