Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acfa94d
)
b=18150
author
grev
<grev>
Fri, 9 Oct 2009 16:03:57 +0000
(16:03 +0000)
committer
grev
<grev>
Fri, 9 Oct 2009 16:03:57 +0000
(16:03 +0000)
i=Johann
tets_22: correct check of mount client without ost
lustre/tests/conf-sanity.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/conf-sanity.sh
b/lustre/tests/conf-sanity.sh
index
c76e39e
..
7dd16d3
100644
(file)
--- a/
lustre/tests/conf-sanity.sh
+++ b/
lustre/tests/conf-sanity.sh
@@
-600,6
+600,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