From: Mikhail Pershin Date: Mon, 28 Jun 2010 18:24:18 +0000 (+0400) Subject: b=20997 stop ost first in conf-sanity X-Git-Tag: v2_0_0-rc1~3 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=9229c0dec72e1da56df04749ab06fbb2e7713729;hp=177132badaac5823e13de5183c727e149c103344;ds=inline b=20997 stop ost first in conf-sanity i=robert.read --- 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 }