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:
6f9e22b
)
b=13322
author
grev
<grev>
Thu, 30 Aug 2007 13:01:37 +0000
(13:01 +0000)
committer
grev
<grev>
Thu, 30 Aug 2007 13:01:37 +0000
(13:01 +0000)
i=Nathan
i=Brian
test_24a fix for remote mds
lustre/tests/conf-sanity.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/conf-sanity.sh
b/lustre/tests/conf-sanity.sh
index
3cc2415
..
02afc82
100644
(file)
--- a/
lustre/tests/conf-sanity.sh
+++ b/
lustre/tests/conf-sanity.sh
@@
-866,7
+866,7
@@
test_24a() {
umount_client $MOUNT
# the MDS must remain up until last MDT
stop_mds
- MDS=$(
awk '($3 ~ "mdt" && $4 ~ "MDS") { print $4 }' $LPROC/devices
)
+ MDS=$(
do_facet mds "cat $LPROC/devices" | awk '($3 ~ "mdt" && $4 ~ "MDS") { print $4 }'
)
[ -z "$MDS" ] && error "No MDS" && return 8
umount $MOUNT2
stop fs2mds -f