From 970cbdfb9ea18f839e2dfd47b7a4f01c63e9cc20 Mon Sep 17 00:00:00 2001 From: Nathan Rutman Date: Wed, 3 Feb 2010 12:33:30 -0800 Subject: [PATCH] b=21738 conf-sanity 42 should set conf_param on the MGS i=rread --- lustre/tests/conf-sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index 005a2e5..a4badd6 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -1518,7 +1518,7 @@ run_test 41 "mount mds with --nosvc and --nomgs" test_42() { #bug 14693 setup check_mount || return 2 - do_facet client lctl conf_param lustre.llite.some_wrong_param=10 + do_facet mgs $LCTL conf_param lustre.llite.some_wrong_param=10 umount_client $MOUNT mount_client $MOUNT || return 1 cleanup -- 1.8.3.1