From bea9082d936d52d9d21c0debf3242785d930633f Mon Sep 17 00:00:00 2001 From: grev <grev> Date: Thu, 30 Aug 2007 13:01:37 +0000 Subject: [PATCH] b=13322 i=Nathan i=Brian test_24a fix for remote mds --- lustre/tests/conf-sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index 3cc24152b9..02afc82f49 100644 --- 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 -- GitLab