From 2123043e12c051c67fa9b404b1e6e6d2781a994e Mon Sep 17 00:00:00 2001 From: grev Date: Fri, 31 Oct 2008 18:24:50 +0000 Subject: [PATCH] b=17122 i=Nikita sanity test_100 fix --- lustre/tests/test-framework.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lustre/tests/test-framework.sh b/lustre/tests/test-framework.sh index d7fea06..c5dd2f0 100644 --- a/lustre/tests/test-framework.sh +++ b/lustre/tests/test-framework.sh @@ -1597,6 +1597,10 @@ remote_ost_nodsh() remote_ost && [ "$PDSH" = "no_dsh" -o -z "$PDSH" -o -z "$ost_HOST" ] } +remote_servers () { + remote_ost && remote_mds +} + osts_nodes () { local OSTNODES=$(facet_host ost1) local NODES_sort -- 1.8.3.1