Currently,The kernel version in kernel_io_tunable_values is too old, so that many tests can't be run in the newest kernel. Now to make it support 3.3.8/3.4.4/3.4.7
Signed-off-by: Mike Qiu <[email protected]> --- client/config/kernel_io_tunable_values | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/client/config/kernel_io_tunable_values b/client/config/kernel_io_tunable_values index 7eb5ec5..3924d9c 100644 --- a/client/config/kernel_io_tunable_values +++ b/client/config/kernel_io_tunable_values @@ -38,3 +38,17 @@ tune[2.6.26]: read_expire=124 tune[2.6.26]: write_batch_expire=124 tune[2.6.26]: write_expire=248 +# 3.4.4 cfq scheduler tunables +tune[3.4.4]: max_sectors_kb=512 +tune[3.4.4]: nr_requests=128 +tune[3.4.4]: read_ahead_kb=128 + +# 3.4.7 cfq scheduler tunables +tune[3.4.7]: max_sectors_kb=512 +tune[3.4.7]: nr_requests=128 +tune[3.4.7]: read_ahead_kb=128 + +# # 3.3.8 cfq scheduler tunables +tune[3.3.8]: max_sectors_kb=512 +tune[3.3.8]: nr_requests=128 +tune[3.3.8]: read_ahead_kb=128 -- 1.7.7.6 _______________________________________________ Autotest-kernel mailing list [email protected] https://www.redhat.com/mailman/listinfo/autotest-kernel
