NFS uses 32K blocks and thus the numbers used for sanity checking various reflink operations are way off. Change to relative margings and increase them a bit to make NFS happy. Signed-off-by: Christoph Hellwig <hch@xxxxxx> --- tests/generic/150 | 2 +- tests/generic/151 | 2 +- tests/generic/152 | 2 +- tests/generic/153 | 2 +- tests/generic/154 | 2 +- tests/generic/155 | 2 +- tests/generic/156 | 2 +- tests/generic/157 | 2 +- tests/generic/158 | 2 +- tests/generic/159 | 2 +- tests/generic/160 | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/tests/generic/150 b/tests/generic/150 index f3a6311..90ac46b 100755 --- a/tests/generic/150 +++ b/tests/generic/150 @@ -57,7 +57,7 @@ mkdir "$testdir" echo "Create the original file blocks" blksz="$(stat -f $testdir -c '%S')" blks=2000 -margin=100 +margin='15%' sz=$((blksz * blks)) nr=7 _pwrite_byte 0x61 0 $sz "$testdir/file1" >> "$seqres.full" diff --git a/tests/generic/151 b/tests/generic/151 index 286b9ec..c67a12c 100755 --- a/tests/generic/151 +++ b/tests/generic/151 @@ -61,7 +61,7 @@ mkdir "$testdir" echo "Create the original file blocks" blksz="$(stat -f "$testdir" -c '%S')" blks=2000 -margin=100 +margin='15%' sz=$((blksz * blks)) free_blocks0=$(stat -f "$testdir" -c '%f') nr=7 diff --git a/tests/generic/152 b/tests/generic/152 index 506a754..cdb2bf9 100755 --- a/tests/generic/152 +++ b/tests/generic/152 @@ -62,7 +62,7 @@ mkdir "$testdir" echo "Create the original file blocks" blksz="$(stat -f "$testdir" -c '%S')" blks=2000 -margin=100 +margin='15%' sz=$((blksz * blks)) free_blocks0=$(stat -f "$testdir" -c '%f') nr=4 diff --git a/tests/generic/153 b/tests/generic/153 index 011879e..b2f4022 100755 --- a/tests/generic/153 +++ b/tests/generic/153 @@ -62,7 +62,7 @@ mkdir "$testdir" echo "Create the original file blocks" blksz="$(stat -f "$testdir" -c '%S')" blks=2000 -margin=100 +margin='15%' sz=$((blksz * blks)) free_blocks0=$(stat -f "$testdir" -c '%f') nr=4 diff --git a/tests/generic/154 b/tests/generic/154 index 474c578..579f78b 100755 --- a/tests/generic/154 +++ b/tests/generic/154 @@ -61,7 +61,7 @@ mkdir "$testdir" echo "Create the original file blocks" blksz="$(stat -f "$testdir" -c '%S')" blks=2000 -margin=100 +margin='15%' free_blocks0=$(stat -f "$testdir" -c '%f') nr=4 sz=$((blks * blksz)) diff --git a/tests/generic/155 b/tests/generic/155 index 611cf1a..56d2912 100755 --- a/tests/generic/155 +++ b/tests/generic/155 @@ -65,7 +65,7 @@ mkdir $testdir echo "Create the original file blocks" blksz="$(stat -f "$testdir" -c '%S')" blks=2000 -margin=100 +margin='15%' sz=$((blksz * blks)) free_blocks0=$(stat -f "$testdir" -c '%f') nr=4 diff --git a/tests/generic/156 b/tests/generic/156 index 7194e87..9fea988 100755 --- a/tests/generic/156 +++ b/tests/generic/156 @@ -73,7 +73,7 @@ mkdir "$testdir" echo "Create the original file blocks" blksz="$(stat -f "$testdir" -c '%S')" blks=2000 -margin=100 +margin='15%' sz=$((blksz * blks)) free_blocks0=$(stat -f "$testdir" -c '%f') nr=4 diff --git a/tests/generic/157 b/tests/generic/157 index a5b84fc..0150866 100755 --- a/tests/generic/157 +++ b/tests/generic/157 @@ -63,7 +63,7 @@ mkdir "$testdir2" echo "Create the original files" blksz="$(stat -f $testdir1 -c '%S')" blks=1000 -margin=50 +margin='7%' sz=$((blksz * blks)) free_blocks0=$(stat -f $testdir1 -c '%f') nr=4 diff --git a/tests/generic/158 b/tests/generic/158 index 58b7090..807c247 100755 --- a/tests/generic/158 +++ b/tests/generic/158 @@ -63,7 +63,7 @@ mkdir "$testdir2" echo "Create the original files" blksz="$(stat -f $testdir1 -c '%S')" blks=1000 -margin=50 +margin='7%' sz=$((blksz * blks)) free_blocks0=$(stat -f $testdir1 -c '%f') nr=4 diff --git a/tests/generic/159 b/tests/generic/159 index 14baf64..88a0c7e 100755 --- a/tests/generic/159 +++ b/tests/generic/159 @@ -56,7 +56,7 @@ mkdir "$testdir1" echo "Create the original files" blksz="$(stat -f $testdir1 -c '%S')" blks=1000 -margin=50 +margin='7%' sz=$((blksz * blks)) free_blocks0=$(stat -f $testdir1 -c '%f') nr=4 diff --git a/tests/generic/160 b/tests/generic/160 index acd2c4e..83325d5 100755 --- a/tests/generic/160 +++ b/tests/generic/160 @@ -56,7 +56,7 @@ mkdir "$testdir1" echo "Create the original files" blksz="$(stat -f $testdir1 -c '%S')" blks=1000 -margin=50 +margin='7%' sz=$((blksz * blks)) free_blocks0=$(stat -f $testdir1 -c '%f') nr=4 -- 2.1.4 _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs