[PATCH 03/10] xfstests: rename RETAIN_AG_BYTES
Dave Chinner
david at fromorbit.com
Thu Jul 26 03:39:42 CDT 2012
From: Dave Chinner <dchinner at redhat.com>
Rename the $RETAIN_AG_BYTES variable to be more generic so that it
reflects the fact that it is designed to retain a certain amount of
extra free space above the default amount in the filesystem when
doing large scratch device testing.
Signed-off-by: Dave Chinner <dchinner at redhat.com>
---
common.rc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/common.rc b/common.rc
index 9517904..b0af482 100644
--- a/common.rc
+++ b/common.rc
@@ -311,8 +311,8 @@ _scratch_mkfs_xfs()
rm -f $tmp_dir.mkfserr $tmp_dir.mkfsstd
if [ "$LARGE_SCRATCH_DEV" = yes ]; then
- [ -z "$RETAIN_AG_BYTES" ] && RETAIN_AG_BYTES=0
- ./tools/ag-wipe -q -r $RETAIN_AG_BYTES $SCRATCH_DEV
+ [ -z "$SCRATCH_DEV_EMPTY_SPACE" ] && SCRATCH_DEV_EMPTY_SPACE=0
+ ./tools/ag-wipe -q -r $SCRATCH_DEV_EMPTY_SPACE $SCRATCH_DEV
fi
return $mkfs_status
--
1.7.10
More information about the xfs
mailing list