X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ftests%2Fcfg%2Fncli.sh;h=5e976601f0346d4870672e010add41d81b9fb21b;hp=2249dd17d9d78c1005b92b22db1065600f421338;hb=e868e7c30bed18d49e76e9a80a282a43a6b71a7f;hpb=d86ba4b99557f42e976f038a637df60104ae5c85 diff --git a/lustre/tests/cfg/ncli.sh b/lustre/tests/cfg/ncli.sh index 2249dd1..5e97660 100644 --- a/lustre/tests/cfg/ncli.sh +++ b/lustre/tests/cfg/ncli.sh @@ -14,7 +14,12 @@ init_clients_lists # for recovery scale tests # default boulder cluster iozone location export PATH=/opt/iozone/bin:$PATH + +# This is used by a small number of tests to share state between the client +# running the tests, or in some cases between the servers (e.g. lfsck.sh). +# It needs to be a non-lustre filesystem that is available on all the nodes. SHARED_DIRECTORY=${SHARED_DIRECTORY:-""} # bug 17839 comment 65 + LOADS=${LOADS:-"dd tar dbench iozone"} for i in $LOADS; do [ -f $LUSTRE/tests/run_${i}.sh ] || \