Whamcloud - gitweb
b=21738 conf-sanity 42 should set conf_param on the MGS
authorNathan Rutman <nathan.rutman@sun.com>
Wed, 3 Feb 2010 20:33:30 +0000 (12:33 -0800)
committerRobert Read <rread@sun.com>
Mon, 8 Feb 2010 22:35:10 +0000 (14:35 -0800)
i=rread

lustre/tests/conf-sanity.sh

index 005a2e5..a4badd6 100644 (file)
@@ -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