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)
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

index 45d63f5ed79e44518c8fa43019d88d6013da4766..690ceb5d161de8e41f9cfc1f3d52a51d1e72d6a9 100755 (executable)
@@ -61,7 +61,7 @@ function create_dirty_orphans() {
 
        num_files=200
        num_eas=1
-       ea_val_size=1024
+       ea_val_size=512
 
        # sleep for ages and we will kill this pid when we are ready
        delay=100