Whamcloud - gitweb
LU-4981 tests: remount FS after writes to /proc
[fs/lustre-release.git] / lustre / tests / sanity.sh
index e2034b8..4b8a65a 100644 (file)
@@ -8984,6 +8984,9 @@ test_133g() {
 
        done
 
+       # remount the FS in case writes/reads /proc break the FS
+       cleanup || error "failed to unmount"
+       setup || error "failed to setup"
        true
 }
 run_test 133g "Check for Oopses on bad io area writes/reads in /proc"