Whamcloud - gitweb
b=21738 conf-sanity 42 should set conf_param on the MGS
[fs/lustre-release.git] / 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