Details
-
Bug
-
Resolution: Fixed
-
Trivial
-
Lustre 2.5.0, Lustre 2.6.0
-
3
-
11884
Description
When run alone, sanity-hsm test 228 fails. For example, test 228 will fail running the command
# ./auster -v -k -f ncli sanity-hsm --only 228
The problem is that the $tdir variable is really two directories and test 228 does not use the "-p" flag with mkdir. When the full sanity-hsm test suite is run, mkdir in test 228 does not fail.
Until LU-2524 lands, we need to add a "-p" flag to mkdir when using $tdir in some (most?) cases.