Bug 1294816
Summary: | Unable to modify quota hard limit on tier volume after disk limit got exceeded | |||
---|---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Arthy Loganathan <aloganat> | |
Component: | tier | Assignee: | Bug Updates Notification Mailing List <rhs-bugs> | |
Status: | CLOSED ERRATA | QA Contact: | Anil Shah <ashah> | |
Severity: | high | Docs Contact: | ||
Priority: | urgent | |||
Version: | rhgs-3.1 | CC: | asrivast, byarlaga, mselvaga, rhs-bugs, sankarshan, storage-qa-internal, vmallika | |
Target Milestone: | --- | Keywords: | Regression, Triaged, ZStream | |
Target Release: | RHGS 3.1.2 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | glusterfs-3.7.5-15 | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1295763 (view as bug list) | Environment: | ||
Last Closed: | 2016-03-01 06:06:29 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: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1295763, 1296024 |
Description
Arthy Loganathan
2015-12-30 12:53:17 UTC
Hi, The problem is because 'gluster v quota <VOLNAME> list' command does a getxattr through the auxiliary mount point and lists the usage. Normal mount point loads the graph when an attach-tier happens whereas quota needs an auxiliary mount point which uses unix domain socket is failing to load the volgraph when an attach tier happens. Hence the limit is set only on the cold tier and not on the hot tier. Since the limit is not set on the hot tier, when list command is issued, it gets limit value from either cold tier or hot tier which makes quota hard limit value unreliable. We are investigating the issue further. -- Thanks, Manikandan Selvaganesh. Patch submitted upstream: http://review.gluster.org/#/c/13174/ [root@rhs001 ~]# gluster v quota vol0 list Path Hard-limit Soft-limit Used Available Soft-limit exceeded? Hard-limit exceeded? ------------------------------------------------------------------------------------------------------------------------------- / 250.0MB 80%(200.0MB) 266.0MB 0Bytes Yes Yes [root@rhs001 ~]# gluster v quota vol0 limit-usage / 350MB volume quota : success [root@rhs001 ~]# gluster v quota vol0 limit-usage / 200MB volume quota : success Bug verified on build glusterfs-3.7.5-15.el7rhgs.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. https://rhn.redhat.com/errata/RHBA-2016-0193.html |