Bug 1408359
Summary: | `quota list` command displays 'N/A' when root of the volume is empty | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Anoop C S <anoopcs> | ||||||
Component: | quota | Assignee: | bugs <bugs> | ||||||
Status: | CLOSED WONTFIX | QA Contact: | |||||||
Severity: | low | Docs Contact: | |||||||
Priority: | low | ||||||||
Version: | mainline | CC: | atumball, bugs, jthottan, vnosov, zhou.lei56 | ||||||
Target Milestone: | --- | Keywords: | Triaged | ||||||
Target Release: | --- | ||||||||
Hardware: | x86_64 | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | |||||||||
: | 1567864 (view as bug list) | Environment: | |||||||
Last Closed: | 2019-06-25 14:19:42 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: | 1567864 | ||||||||
Attachments: |
|
Description
Anoop C S
2016-12-23 04:49:55 UTC
Created attachment 1234950 [details]
passing-test-case.t
THe issue is that the root path does not have the size xattr and hence in both print_quota_list_from_mountdir and print_quota_list_from_quotad, we print N/A (print_quota_list_empty) if the size xattr is not found. A stat on the root path does not still heal the size xattr. Needs to RCA fruther. *** Bug 1488386 has been marked as a duplicate of this bug. *** *** Bug 1508661 has been marked as a duplicate of this bug. *** Not planning to work on this in near future. Will revisit when we get a chance. |