[Bugs] [Bug 1162226] bulk remove xattr should not fail if removexattr fails with ENOATTR/ENODATA

bugzilla at redhat.com bugzilla at redhat.com
Thu Nov 13 09:29:20 UTC 2014


https://bugzilla.redhat.com/show_bug.cgi?id=1162226



--- Comment #4 from Anand Avati <aavati at redhat.com> ---
COMMIT: http://review.gluster.org/9089 committed in release-3.5 by Niels de Vos
(ndevos at redhat.com) 
------
commit 9b590b457210ca45246ee461d845e57932fda84a
Author: Pranith Kumar K <pkarampu at redhat.com>
Date:   Wed Nov 5 09:04:50 2014 +0530

    storage/posix: Treat ENODATA/ENOATTR as success in bulk removexattr

            Backport of http://review.gluster.org/9049

    Bulk remove xattr is internal fop in gluster. Some of the xattrs may have
    special behavior. Ex: removexattr("posix.system_acl_access"), removes more
than
    one xattr on the file that could be present in the bulk-removal request.
    Removexattr of these deleted xattrs will fail with either ENODATA/ENOATTR.
    As all this fop cares is removal of the xattrs in bulk-remove request and
    if they are already deleted, it can be treated as success.

    BUG: 1162226
    Change-Id: I0629b48b854cda923c47bc5f50558bf42c60149b
    Signed-off-by: Pranith Kumar K <pkarampu at redhat.com>
    Reviewed-on: http://review.gluster.org/9089
    Reviewed-by: Raghavendra G <rgowdapp at redhat.com>
    Tested-by: Gluster Build System <jenkins at build.gluster.com>
    Reviewed-by: Niels de Vos <ndevos at redhat.com>

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=jS2g86K0WM&a=cc_unsubscribe


More information about the Bugs mailing list