From 9229c0dec72e1da56df04749ab06fbb2e7713729 Mon Sep 17 00:00:00 2001 From: Mikhail Pershin Date: Mon, 28 Jun 2010 22:24:18 +0400 Subject: [PATCH 1/1] b=20997 stop ost first in conf-sanity i=robert.read --- 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 4704ff4..d1bc9f4 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -170,8 +170,8 @@ setup_noconfig() { } cleanup_nocli() { - stop_mds || return 201 stop_ost || return 202 + stop_mds || return 201 unload_modules || return 203 } -- 1.8.3.1