| Summary: | gluster volume status all --xml output doesn't have parameters of tasks | ||
|---|---|---|---|
| Product: | Red Hat Gluster Storage | Reporter: | Bala.FA <barumuga> |
| Component: | glusterfs | Assignee: | Kaushal <kaushal> |
| Status: | CLOSED ERRATA | QA Contact: | SATHEESARAN <sasundar> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.1 | CC: | dpati, gluster-bugs, grajaiya, kaushal, psriniva, vbellur, vraman |
| Target Milestone: | --- | Keywords: | ZStream |
| Target Release: | RHGS 2.1.2 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | glusterfs-3.4.0.44.1u2rhs | Doc Type: | Bug Fix |
| Doc Text: |
Previously, the XML output of the volume status command showed only the type and task-id for replace-brick and remove-brick tasks.
Bricks involved in specific tasks could not be easily identified. With this fix, a new element <param> is introduced as a child of <task>, in the XML output for volume status. The <param> tag contains the child elements <srcBrick> & <dstBrick> or <brick> to identify the bricks involved in a task.
|
Story Points: | --- |
| Clone Of: | 916577 | Environment: | |
| Last Closed: | 2014-02-25 07:50:12 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | 916577 | ||
| Bug Blocks: | |||
|
Description
Bala.FA
2013-10-04 06:22:17 UTC
Verified with glusterfs-3.4.0.51rhs.el6rhs
Replace bricks has source and destination brick as follows :
<task>
<type>Replace brick</type>
<id>e3c296c7-1081-4261-92ed-cfcfebe90e93</id>
<status>1</status>
<statusStr>completed</statusStr>
<params>
<srcBrick>10.70.37.198:/rhs/brick1/ff1</srcBrick>
<dstBrick>10.70.37.198:/rhs/brick2/ff1</dstBrick>
</params>
</task>
Remove-brick operation showed up bricks that are removed in "gluster volume status all --xml"
<tasks>
<task>
<type>Remove brick</type>
<id>4d714504-228d-40e6-ad37-20770b629a74</id>
<status>1</status>
<statusStr>in progress</statusStr>
<params>
<brick>10.70.37.198:/rhs/brick2/ff1</brick>
</params>
</task>
</tasks>
Kaushal, Can you please verify the doc text for technical accuracy? Doc text looks fine. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2014-0208.html |