From 3f3c56ac6c41fd496cd670253de45be75ec1597f Mon Sep 17 00:00:00 2001
From: grev <grev>
Date: Thu, 30 Aug 2007 13:04:05 +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 54b3200f1f..f8f2f704f3 100644
--- a/lustre/tests/conf-sanity.sh
+++ b/lustre/tests/conf-sanity.sh
@@ -861,7 +861,7 @@ test_24a() {
  	umount_client $MOUNT 
 	# the MDS must remain up until last MDT
 	stop_mds
-	MDS=$(awk '($3 ~ "mdt" && $4 ~ "MDT") { print $4 }' $LPROC/devices)
+	MDS=$(do_facet mds "cat $LPROC/devices" | awk '($3 ~ "mdt" && $4 ~ "MDT") { print $4 }')
 	[ -z "$MDS" ] && error "No MDT" && return 8
 	umount $MOUNT2
 	stop fs2mds -f
-- 
GitLab