Skip to content
Snippets Groups Projects
Commit 4570931c authored by Bobi Jam's avatar Bobi Jam
Browse files

Branch HEAD

b=14693
o=bowen.zhou
i=johann, bobijam

test case for "'lctl conf_param' stores invalid parameter, future mounts fail"
parent 6470d632
No related branches found
No related tags found
No related merge requests found
...@@ -1591,6 +1591,17 @@ test_41() { #bug 14134 ...@@ -1591,6 +1591,17 @@ test_41() { #bug 14134
} }
run_test 41 "mount mds with --nosvc and --nomgs" 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"
umount_client $MOUNT umount_client $MOUNT
cleanup_nocli cleanup_nocli
cleanup_gss cleanup_gss
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment