From: bobijam Date: Mon, 7 Jul 2008 01:54:59 +0000 (+0000) Subject: Branch b1_8 X-Git-Tag: v1_8_0_110~403 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=c165bee4d21312a7ffb4da810e1d8242fa3f6463;p=fs%2Flustre-release.git Branch b1_8 b=14693 o=bowen.zhou i=johann, bobijam test case for "'lctl conf_param' stores invalid parameter, future mounts fail" --- diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index eefca63..fda47a4 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -1603,5 +1603,16 @@ test_41() { #bug 14134 } 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 + umount_client $MOUNT + mount_client $MOUNT || return 1 + cleanup + return 0 +} +run_test 42 "invalid config param should not prevent client from mounting" + equals_msg `basename $0`: test complete [ -f "$TESTSUITELOG" ] && cat $TESTSUITELOG || true