[Bugs] [Bug 1160509] New: bulk remove xattr should not fail if removexattr fails with ENOATTR/ENODATA
bugzilla at redhat.com
bugzilla at redhat.com
Wed Nov 5 04:00:00 UTC 2014
https://bugzilla.redhat.com/show_bug.cgi?id=1160509
Bug ID: 1160509
Summary: bulk remove xattr should not fail if removexattr fails
with ENOATTR/ENODATA
Product: GlusterFS
Version: mainline
Component: posix
Assignee: bugs at gluster.org
Reporter: pkarampu at redhat.com
CC: bugs at gluster.org, gluster-bugs at redhat.com
Description of problem:
Bulk remove xattr is internal fop that comes from afr metadata
self-heal. some xattrs like removexattr("posix.system_acl_access"),
removes more than one xattr on the file so removexattr on these
xattrs will fail with either ENODATA/ENOATTR. Since all afr cares
is removing of these xattrs and if they are already deleted, it can
treat it as success.
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.
2.
3.
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