Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
Lustre 2.9.0
-
9223372036854775807
Description
sometimes it is required to run mdtest with parameters missing in run_mdtest()
Example: To reproduce some issue reported by our customers we needed to run:
mpirun -np 1 mdtest -n 100000 -i 1 -p 5 -u -v -F -d mdtest.out
Proposed patch adds mdtest_custom_params, which allows to set mdtest_custom_params="-p 5 -F -v" to run mdtest with required parameters,