From: Nathan Rutman Date: Wed, 3 Feb 2010 20:33:30 +0000 (-0800) Subject: b=21738 conf-sanity 42 should set conf_param on the MGS X-Git-Tag: 1.10.0.37~28 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=970cbdfb9ea18f839e2dfd47b7a4f01c63e9cc20 b=21738 conf-sanity 42 should set conf_param on the MGS i=rread --- 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