Whamcloud - gitweb
LU-10152 tests: reformat after conf-sanity test 99 17/29717/2
authorJames Nunez <james.a.nunez@intel.com>
Mon, 23 Oct 2017 19:28:13 +0000 (13:28 -0600)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 6 Nov 2017 03:43:33 +0000 (03:43 +0000)
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 <james.a.nunez@intel.com>
Change-Id: I32be4bab5a22b9e5f939c6478c96255db30dc0eb
Reviewed-on: https://review.whamcloud.com/29717
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: James Casper <jamesx.casper@intel.com>
Reviewed-by: Wei Liu <wei3.liu@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/tests/conf-sanity.sh

index 851e64c..7088394 100644 (file)
@@ -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"