From: James Nunez Date: Mon, 23 Oct 2017 19:28:13 +0000 (-0600) Subject: LU-10152 tests: reformat after conf-sanity test 99 X-Git-Tag: 2.10.55~4 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=c14e6d47b216e6dab4b8c6ed4f491e700ce19367;p=fs%2Flustre-release.git 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 --- 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"