Whamcloud - gitweb
LU-10795 quota: fix wrong skipping of reintegration
[fs/lustre-release.git] / lustre / quota / qsd_lib.c
index c906cea..5eb5a72 100644 (file)
@@ -802,7 +802,7 @@ int qsd_prepare(const struct lu_env *env, struct qsd_instance *qsd)
                                       ". Please run tunefs.lustre --quota on "
                                       "an unmounted filesystem if not done "
                                       "already\n", qsd->qsd_svname);
-                       break;
+                       continue;
                }
 
                rc = qsd_start_reint_thread(qqi);