Whamcloud - gitweb
b=20997 stop ost first in conf-sanity
[fs/lustre-release.git] / lustre / tests / conf-sanity.sh
index 4704ff4..d1bc9f4 100644 (file)
@@ -170,8 +170,8 @@ setup_noconfig() {
 }
 
 cleanup_nocli() {
-       stop_mds || return 201
        stop_ost || return 202
+       stop_mds || return 201
        unload_modules || return 203
 }