Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Lustre 2.14.0, Lustre 2.15.2
-
server (garter):
toss 4.5-6rc6
4.18.0-425.19.2.1toss.t4.x86_64
2.14.0_19.llnl
client (mutt):
toss 4.5-6
4.18.0-425.19.2.1toss.t4.x86_64
2.15.2_5.llnl
-
3
-
9223372036854775807
Description
Attempts to create directories are intermittently failing when using "mkdir".
So far, "lfs mkdir" succeeds every time, so does file creation using "touch".
The patch fixed the issue on 2.14.
I'm a bit confused by what the patch is doing.
Is the idea that when (lds->lds_dir_def_striping_set == 0) that means that the parent directory doesn't have default striping set for its sub-directories, so when the sub-directory is created it should instead inherit from the root of the whole filesystem?