| Summary: | quota build 3: soft-limit "A" message is completely wrong | ||
|---|---|---|---|
| Product: | Red Hat Gluster Storage | Reporter: | Saurabh <saujain> |
| Component: | glusterd | Assignee: | krishnan parthasarathi <kparthas> |
| Status: | CLOSED ERRATA | QA Contact: | Saurabh <saujain> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 2.1 | CC: | grajaiya, kparthas, mzywusko, nsathyan, rgowdapp, rhs-bugs, sasundar, saujain, vagarwal, vbellur |
| 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: |
Alert logs were being logged identifying with the files on which the writes were happening as opposed to being identified with the corresponding directory on which quota limit was set. Now, in this update, alert logs would be logged identifying with the directory on which quota limit is set, while file operations are being performed on files inside it.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-11-27 15:33:41 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: | |
|
Description
Saurabh
2013-08-26 09:38:03 UTC
Saurabh, Was soft limit set on those directories which are mentioned in the logs? If not, following patch fixes the issue https://code.engineering.redhat.com/gerrit/#/c/11948/ regards, Raghavendra To put my question in a different way "Was hard limit set on those directories...?", since soft_limit is dependent on hard limit to be set. Sorry, this should have been needinfo. I wanted some additional information: "To put my question in a different way "Was hard limit set on those directories...?", since soft_limit is dependent on hard limit to be set." As mentioned in the description section, I was getting "A" messages for files not for directories. [2013-08-26 06:19:46.553148] A [quota.c:3350:quota_log_usage] 0-dist-rep3-quota: Usage is above soft limit: 64.0KB used by /1377497986 if you look into the above mentioned message, "/1377497986" was basically a file not a directory. Fixed in version please. 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 |