Skip to content
Snippets Groups Projects
Commit 24e5422a authored by Elena Gryaznova's avatar Elena Gryaznova
Browse files

b=17477

i=Adilger
force replay-dual to check and mount MOUNT2
parent 473be0ea
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,12 @@ remote_mds_nodsh && skip "remote MDS with nodsh" && exit 0
build_test_filter
check_and_setup_lustre
MOUNTED=$(mounted_lustre_filesystems)
if ! $(echo $MOUNTED | grep -w -q $MOUNT2); then
zconf_mount $HOSTNAME $MOUNT2
MOUNTED2=yes
fi
assert_DIR
rm -rf $DIR/[df][0-9]*
......@@ -411,5 +417,6 @@ run_test 20 "recovery time is not increasing"
equals_msg `basename $0`: test complete, cleaning up
SLEEP=$((`date +%s` - $NOW))
[ $SLEEP -lt $TIMEOUT ] && sleep $SLEEP
[ "$MOUNTED2" = yes ] && zconf_umount $HOSTNAME $MOUNT2 || true
check_and_cleanup_lustre
[ -f "$TESTSUITELOG" ] && cat $TESTSUITELOG || true
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