From: grev Date: Fri, 9 Oct 2009 11:33:23 +0000 (+0000) Subject: b=18150 X-Git-Tag: v1_9_290~41 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=c4f1c55bc55fc9e0b49688410149025188e38541;ds=sidebyside b=18150 i=Johann tets_22: correct check of mount client without ost --- diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index 72cc2fe..95a4c85 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -592,6 +592,8 @@ test_22() { stop_ost mount_client $MOUNT # check_mount will block trying to contact ost + mcreate $DIR/$tfile || return 40 + rm -f $DIR/$tfile || return 42 umount_client $MOUNT pass