X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Ftests%2Fsanity-dom.sh;h=963b1f75623389b17460eea17ebd76457a46f2bf;hb=7ea369783fdb01b00842026ebf8df4a703ce739f;hp=06dde47ad74fd5f7331fad7d8ecd1ab94883a300;hpb=3c75d2522786a2a86db450a44da4e764d5ea8f30;p=fs%2Flustre-release.git diff --git a/lustre/tests/sanity-dom.sh b/lustre/tests/sanity-dom.sh index 06dde47..963b1f7 100644 --- a/lustre/tests/sanity-dom.sh +++ b/lustre/tests/sanity-dom.sh @@ -172,8 +172,10 @@ 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"