[Bugs] [Bug 1158751] New: Dentries with trailing '/' are added when quota is enabled in bricks
bugzilla at redhat.com
bugzilla at redhat.com
Thu Oct 30 06:13:06 UTC 2014
https://bugzilla.redhat.com/show_bug.cgi?id=1158751
Bug ID: 1158751
Summary: Dentries with trailing '/' are added when quota is
enabled in bricks
Product: GlusterFS
Version: mainline
Component: replicate
Assignee: bugs at gluster.org
Reporter: pkarampu at redhat.com
CC: bugs at gluster.org, gluster-bugs at redhat.com
Description of problem:
inode_link is sometimes called with a trailing '/'. Lookup, dentry
operations like link/unlink/mkdir/rmdir/rename etc come without trailing
'/' so the stale dentry with '/' remains in the dentry list of the inode.
Version-Release number of selected component (if applicable):
How reproducible:
always with quota
Steps to Reproduce:
1. create plain replicate volume 'r2'
2. create a directory hierarcy a/b/c
3. open fd exec 5>a/b/c/f.txt
4. kill 1st brick and restart it
5. write something to fd i.e. echo abc >&5
6. This populates dentries with names with trailing '/'
Actual results:
Expected results:
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