summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2016-08-03 15:45:36 -0700
committerEryu Guan <eguan@redhat.com>2016-08-05 10:32:10 +0800
commitdd6eca7b0ea54ff03f82989abf96a3b9dc91b4bf (patch)
tree468084f19000de2b3e71d2b96f7e9c16bc4d56fd /README
parent49b0eda17a2e3bf727c807411e15e3a5d2822129 (diff)
common/rc: optionally test xfs_repair index rebuilding
Run xfs_repair twice more at the end of each test -- once to rebuild the btree indices, and again with -n to check the rebuild work. This is in addition to the regular dry-run spot check. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 2647e127..4509cc1a 100644
--- a/README
+++ b/README
@@ -80,6 +80,10 @@ Preparing system for tests (IRIX and Linux):
added to the end of fsstresss and fsx invocations, respectively,
in case you wish to exclude certain operational modes from these
tests.
+ - set TEST_XFS_REPAIR_REBUILD=1 to have _check_xfs_filesystem
+ run xfs_repair -n to check the filesystem; xfs_repair to rebuild
+ metadata indexes; and xfs_repair -n (a third time) to check the
+ results of the rebuilding.
- or add a case to the switch in common/config assigning
these variables based on the hostname of your test