[Bugs] [Bug 1178590] New: Enable quota(default) leads to heal directory's xattr failed.
bugzilla at redhat.com
bugzilla at redhat.com
Mon Jan 5 02:50:00 UTC 2015
https://bugzilla.redhat.com/show_bug.cgi?id=1178590
Bug ID: 1178590
Summary: Enable quota(default) leads to heal directory's xattr
failed.
Product: GlusterFS
Version: 3.6.1
Component: disperse
Assignee: bugs at gluster.org
Reporter: jiademing.dd at gmail.com
CC: bugs at gluster.org, gluster-bugs at redhat.com
Description of problem:
I create a disperse 3 redundancy 1 volume, start, then enable quota. I down one
brick, copy some files and directories to mountpooint, then restart thart
brick. exec
find /cluster2/test/ -d -exec getfattr -h -n trusted.ec.heal {} \; (I have
mager this patch)
All REG files is OK, trusted.ec.heal="Good: 111, Bad: 000".
but All DIR is failed, trusted.ec.heal="Good: 110, Bad: 000"
exec find /cluster2/test/ -d -exec getfattr -h -n trusted.ec.heal {} \; again,
DIRs also can not be healed.
Then I disable quota, exec find /cluster2/test/ -d -exec getfattr -h -n
trusted.ec.heal {} \;, All DIRs are OK.
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.create a disperse 3 redundancy 1 volume
2.enable quota default.
3.down one brick.
4.copy some files and directories to mountpoint.
5.restart that brick.
6.find /cluster2/test/ -d -exec getfattr -h -n trusted.ec.heal {} \;
7.All REGs are OK, but All DIRs are failed.
Actual results:
Heal DIR is failed when quota is enbale.
Expected results:
Heal DIR is OK when quota is enbale.
Additional info:
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the Bugs
mailing list