X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ftests%2Ftest-framework.sh;h=f0218c0021995db651824efde9facc0d77f483f8;hp=392536ae62e41ffa44a37db9d111bf4f2866b1b8;hb=e868e7c30bed18d49e76e9a80a282a43a6b71a7f;hpb=d86ba4b99557f42e976f038a637df60104ae5c85 diff --git a/lustre/tests/test-framework.sh b/lustre/tests/test-framework.sh index 392536a..f0218c0 100644 --- a/lustre/tests/test-framework.sh +++ b/lustre/tests/test-framework.sh @@ -124,6 +124,10 @@ init_test_env() { export LFSCK_ALWAYS=${LFSCK_ALWAYS:-"no"} # check fs after each test suite export FSCK_MAX_ERR=4 # File system errors left uncorrected + + # 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. export SHARED_DIRECTORY=${SHARED_DIRECTORY:-"/tmp"} export MDSDB=${MDSDB:-$SHARED_DIRECTORY/mdsdb} export OSTDB=${OSTDB:-$SHARED_DIRECTORY/ostdb}