Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.5.0
-
3
-
9409
Description
The sanity-benchmark iozone directio test is always skipped if started not from lustre/tests directory because of related path used.
test_iozone () { ... if ! ./directio write $DIR/f.iozone 0 1; then log "SKIP iozone DIRECT IO test" O_DIRECT=no fi ... }