Whamcloud - gitweb
LU-2828 osp: correct osp device finialize order
[fs/lustre-release.git] / lustre / tests / conf-sanity.sh
index fc9d765..d86c4ce 100644 (file)
@@ -110,7 +110,7 @@ writeconf_or_reformat() {
        # Better reformat if it fails...
        writeconf_all $MDSCOUNT 2 ||
                { echo "tunefs failed, reformatting instead" &&
-                 reformat_and_config && return 1; }
+                 reformat_and_config && return 0; }
        return 0
 }