Whamcloud - gitweb
LU-14357 fid: simplify locking for fid updates
[fs/lustre-release.git] / lustre / tests / sanity-dom.sh
index 06dde47..4fb8fa4 100644 (file)
@@ -172,15 +172,17 @@ test_fsx() {
        local file1=$DIR1/$tfile
        local file2=$DIR2/$tfile
 
+       check_set_fallocate
+
        touch $file1
-       fsx -c 50 -p 100 -N 1000 -l $((DOM_SIZE*2)) -S 0 -d -d $file1 $file2
+       $FSX -c 50 -p 100 -N 1000 -l $((DOM_SIZE*2)) -S 0 -d -d $file1 $file2
 }
 run_test fsx "Dual-mount fsx with DoM files"
 
 test_sanity()
 {
        SANITY_ONLY=${SANITY_ONLY:-"36 39 40 41 42d 42e 43 46 56r 101e 119a \
-                                   131 150 155a 155b 155c 155d 207 241 251"}
+                                   131 150a 155a 155b 155c 155d 207 241 251"}
        SANITY_REPEAT=${SANITY_REPEAT:-1}
        # XXX: to fix 45. Add 42a, c when LU-9693 fixed.
        # Add 42b when LU-6493 fixed