[Bugs] [Bug 1260856] New: xml output for volume status on tiered volume

bugzilla at redhat.com bugzilla at redhat.com
Tue Sep 8 05:19:27 UTC 2015


https://bugzilla.redhat.com/show_bug.cgi?id=1260856

            Bug ID: 1260856
           Summary: xml output for volume status on tiered volume
           Product: GlusterFS
           Version: 3.7.4
         Component: tiering
          Keywords: Triaged
          Severity: medium
          Assignee: bugs at gluster.org
          Reporter: hgowtham at redhat.com
        QA Contact: bugs at gluster.org
                CC: bugs at gluster.org
        Depends On: 1252737



+++ This bug was initially created as a clone of Bug #1252737 +++

Description of problem:
The existing xml output for volume status is not sufficient for a tiered volume 

Version-Release number of selected component (if applicable):
mainline

How reproducible:
100%

Steps to Reproduce:
1.create a tiered volume.
2.gluster volume rebalance <volume-name> tier status --xml
3.

Actual results:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<cliOutput>
  <opRet>0</opRet>
  <opErrno>0</opErrno>
  <opErrstr/>
  <volRebalance>
    <task-id>e379577e-6346-4ad9-b005-cbf2138609b6</task-id>
    <op>7</op>
  </volRebalance>
</cliOutput>


Expected results:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<cliOutput>
  <opRet>0</opRet>
  <opErrno>0</opErrno>
  <opErrstr/>
  <volRebalance>
    <task-id>34f47e29-2193-4a86-9b1e-c7e56bdae3d4</task-id>
    <op>7</op>
    <nodeCount>1</nodeCount>
    <node>
      <nodeName>localhost</nodeName>
      <promotedfiles>0</promotedfiles>
      <demotedfiles>0</demotedfiles>
      <statusStr>in progress</statusStr>
    </node>
  </volRebalance>
</cliOutput>


Additional info:

--- Additional comment from Anand Avati on 2015-08-12 03:49:46 EDT ---

REVIEW: http://review.gluster.org/11890 (xml for tiering status volume) posted
(#1) for review on master by hari gowtham (hari.gowtham005 at gmail.com)

--- Additional comment from Anand Avati on 2015-08-13 02:26:33 EDT ---

REVIEW: http://review.gluster.org/11890 (xml/tiering: enhance xml output for
tiering related cli commands) posted (#2) for review on master by hari gowtham
(hari.gowtham005 at gmail.com)

--- Additional comment from Anand Avati on 2015-08-13 07:44:48 EDT ---

REVIEW: http://review.gluster.org/11890 (xml/tiering: enhance xml output for
tiering related cli commands) posted (#3) for review on master by hari gowtham
(hari.gowtham005 at gmail.com)

--- Additional comment from Anand Avati on 2015-08-28 03:48:37 EDT ---

REVIEW: http://review.gluster.org/11890 (xml/tiering: enhance xml output for
tiering status related cli commands) posted (#4) for review on master by hari
gowtham (hari.gowtham005 at gmail.com)


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1252737
[Bug 1252737] xml output for volume status on tiered volume
-- 
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