Bug 978704
| Summary: | quota: gluster volume status should provide info about quotad | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Saurabh <saujain> |
| Component: | glusterd | Assignee: | Krutika Dhananjay <kdhananj> |
| Status: | CLOSED ERRATA | QA Contact: | Saurabh <saujain> |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | 2.1 | CC: | asriram, grajaiya, kdhananj, mzywusko, rhs-bugs, vbellur, vshastry |
| Target Milestone: | --- | Keywords: | ZStream |
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | glusterfs-3.4.0.34rhs | Doc Type: | Bug Fix |
| Doc Text: |
Previously, volume status command did not display the status of quota daemon. Now with this update, the volume status command displays the quota daemon status.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-11-27 15:26:13 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: | |
| Embargoed: | |||
|
Description
Saurabh
2013-06-27 05:21:10 UTC
This bug had been fixed as part of quota build 1. Hence moving the state of the bug to ON_QA. Now volume status displays the status of quota daemons every node in the cluster. [root@ninja ~]# gluster volume status vmstore Status of volume: vmstore Gluster process Port Online Pid ------------------------------------------------------------------------------ Brick 10.70.34.68:/rhs1/vmstore 49152 Y 24767 Brick 10.70.34.56:/rhs1/vmstore 49152 Y 21672 NFS Server on localhost 2049 Y 27415 Self-heal Daemon on localhost N/A Y 27424 Quota Daemon on localhost N/A Y 27491 NFS Server on 10.70.34.56 2049 Y 24022 Self-heal Daemon on 10.70.34.56 N/A Y 24031 Quota Daemon on 10.70.34.56 N/A Y 24083 There are no active volume tasks [root@ninja ~]# [root@ninja ~]# gluster volume quota snapstore disable Disabling quota will delete all the quota configuration. Do you want to continue? (y/n) y volume quota : success [root@ninja ~]# gluster volume status Status of volume: snapstore Gluster process Port Online Pid ------------------------------------------------------------------------------ Brick 10.70.34.68:/rhs2/snapstore 49153 Y 27400 Brick 10.70.34.56:/rhs2/snapstore 49153 Y 24007 NFS Server on localhost 2049 Y 27415 Self-heal Daemon on localhost N/A Y 27424 NFS Server on 10.70.34.56 2049 Y 24022 Self-heal Daemon on 10.70.34.56 N/A Y 24031 There are no active volume tasks Verified. Version: glusterfs-server-3.4.0.34rhs-1.el6rhs.x86_64 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/RHBA-2013-1769.html |