Whamcloud - gitweb
LU-988 ost: add debugging for inode timestamps
[fs/lustre-release.git] / lustre / tests / sanity.sh
index a008b0b..190f128 100644 (file)
@@ -2426,8 +2426,7 @@ test_39i() {
 run_test 39i "write, rename, stat =============================="
 
 test_39j() {
-       debugsave
-       lctl set_param debug=-1
+       start_full_debug_logging
        touch $DIR1/$tfile
        sleep 1
 
@@ -2448,7 +2447,7 @@ test_39j() {
                cancel_lru_locks osc
                if [ $i = 0 ] ; then echo "repeat after cancel_lru_locks"; fi
        done
-       debugrestore
+       stop_full_debug_logging
 }
 run_test 39j "write, rename, close, stat ======================="