Skip to content
Snippets Groups Projects
Commit d1239dca authored by Nathan Rutman's avatar Nathan Rutman
Browse files

b=13709

since test 22 and 23 are excepted, test 24 must deal with the config from
test 21c
parent 4b5b968c
No related branches found
No related tags found
No related merge requests found
...@@ -762,12 +762,12 @@ test_21c() { ...@@ -762,12 +762,12 @@ test_21c() {
stop_ost stop_ost
stop_ost2 stop_ost2
stop_mds stop_mds
#reformat to remove ost2 from logs
reformat
} }
run_test 21c "start mds between two osts, stop mds last" run_test 21c "start mds between two osts, stop mds last"
test_22() { test_22() {
#reformat to remove all logs
reformat
start_mds start_mds
echo Client mount before any osts are in the logs echo Client mount before any osts are in the logs
mount_client $MOUNT mount_client $MOUNT
...@@ -821,6 +821,9 @@ test_23() { ...@@ -821,6 +821,9 @@ test_23() {
#run_test 23 "interrupt client during recovery mount delay" #run_test 23 "interrupt client during recovery mount delay"
test_24a() { test_24a() {
#set up fs1
gen_config
#set up fs2
local fs2mds_HOST=$mds_HOST local fs2mds_HOST=$mds_HOST
local fs2ost_HOST=$ost_HOST local fs2ost_HOST=$ost_HOST
[ -n "$ost1_HOST" ] && fs2ost_HOST=$ost1_HOST [ -n "$ost1_HOST" ] && fs2ost_HOST=$ost1_HOST
......
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