]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
generic/417: reduce extend attribute size
authorEryu Guan <eguan@redhat.com>
Thu, 16 Mar 2017 06:48:07 +0000 (14:48 +0800)
committerEryu Guan <eguan@redhat.com>
Fri, 17 Mar 2017 05:17:42 +0000 (13:17 +0800)
commit780dd1eaffaf57ff6910289bd74d82a884677c3c
tree65a266fa5c605f4643051bb7bb0c1cd258dd8613
parent4cbc0a0fa8bcb45e9b0a98569bce8165e50a301d
generic/417: reduce extend attribute size

xattr size 1024 is too big for 1k block size ext3/4 filesystem, so
test fails due to ENSPC message from multi_open_unlink when setting
xattr.

Reduce the xattr size to 512 so it fits in 1k block size ext3/4.

Reviewed-by: Xiong Zhou <xzhou@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
tests/generic/417