Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.8.0
-
3
-
9223372036854775807
Description
conf-sanity test 52 fails with
'Unable to create directory'
Logs are at
https://testing.hpdd.intel.com/test_sets/3d0a4d2c-ba9d-11e5-87b4-5254006e85c2
sanity test 51d writes the output of ‘lfs getstripe’ for all files in $DIR/$tdir to a file $TMP/files and does not remove the file. When conf-sanity runs after sanity, conf-sanity test 52 tries to create a directory at $TMP/files and copy files into it. $TMP/files already exists and, thus, conf-sanity test 52 fails.
There are at least two issues here. We should use a unique file or directory name based on the test being run and we should clean up $TMP after using it.
Patch landed to master.