From c14e6d47b216e6dab4b8c6ed4f491e700ce19367 Mon Sep 17 00:00:00 2001 From: James Nunez Date: Mon, 23 Oct 2017 13:28:13 -0600 Subject: [PATCH 1/1] LU-10152 tests: reformat after conf-sanity test 99 conf-sanity test 99 reformats an OST with options that need to be cleared to allow future tests to complete successfully. Reformatting the file system will clear the OST format options. Signed-off-by: James Nunez Change-Id: I32be4bab5a22b9e5f939c6478c96255db30dc0eb Reviewed-on: https://review.whamcloud.com/29717 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: James Casper Reviewed-by: Wei Liu Reviewed-by: Oleg Drokin --- lustre/tests/conf-sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index 851e64c..7088394 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -7162,7 +7162,7 @@ test_99() do_facet ost1 $DEBUGFS -c -R stats `ostdevname 1` | grep "meta_bg" || error "meta_bg is not set" - return 0 + reformat } run_test 99 "Adding meta_bg option" -- 1.8.3.1