]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
test/libcephfs: add removexattr test support
authorXiubo Li <xiubli@redhat.com>
Tue, 5 Mar 2024 00:59:32 +0000 (08:59 +0800)
committerXiubo Li <xiubli@redhat.com>
Wed, 24 Jul 2024 02:47:41 +0000 (10:47 +0800)
commit51fa3e0b85de942925862cae1c1bb81d8b7b180c
tree23d1a2db75f0df5985daaa38fe5d97b274bfefd5
parentda8e3a46c2bfecb87345e2e348c7729a7efc6275
test/libcephfs: add removexattr test support

There have two ways to remove xattrs, removexattr() and setxattr()
with the XATTR_REPLACE flags set.

Fixes: https://tracker.ceph.com/issues/64679
Signed-off-by: Xiubo Li <xiubli@redhat.com>
(cherry picked from commit 1a2767046e5032f49a0eb9a46b69ff76a9aff3df)
src/test/libcephfs/vxattr.cc