Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Upstream
-
None
-
3
-
9223372036854775807
Description
When running the sanity.sh test suite's test 255a and the willread performance is less than 20% the following error is printed:
Speedup with OSS cached read less than 20%, /usr/lib64/lustre/tests/sanity.sh: line 14702: got 13.39%. Skipping ladvise willread check.: command not found
This is due to a missing line continuation. The attached patch fixes the issue.