From caa03ba05f9f9cc6840fed203e967665d0535e7a Mon Sep 17 00:00:00 2001 From: Oleg Drokin Date: Fri, 8 May 2015 23:01:10 -0400 Subject: [PATCH] LU-6557 tests: ll_max_rw_chunk is going away, remove from test framework ll_max_rw_chunk is being removed already, but it's used by parallel group lock test too, so need to remove it from there. The parameter itself was a noop since Lustre 2.0 Change-Id: Ib4df4d916348b408fd09ec09fba7ae2d9ae8e2d1 Signed-off-by: Oleg Drokin Reviewed-on: http://review.whamcloud.com/14746 Tested-by: Jenkins Reviewed-by: Jian Yu --- lustre/tests/functions.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/lustre/tests/functions.sh b/lustre/tests/functions.sh index fdacd3e4..8e5a3cd 100644 --- a/lustre/tests/functions.sh +++ b/lustre/tests/functions.sh @@ -812,9 +812,6 @@ run_parallel_grouplock() { # mpi_run uses mpiuser chmod 0777 $testdir - do_nodes $clients "lctl set_param llite.*.max_rw_chunk=0" || - error "set_param max_rw_chunk=0 failed " - local cmd local status=0 local subtest -- 1.8.3.1