Whamcloud - gitweb
Bump the sanity-max to 1000, since we have way, way more than 50
authorpschwan <pschwan>
Wed, 16 Oct 2002 01:50:56 +0000 (01:50 +0000)
committerpschwan <pschwan>
Wed, 16 Oct 2002 01:50:56 +0000 (01:50 +0000)
connections on MCR.

lustre/ptlrpc/recovd.c

index d8ace91..02df21a 100644 (file)
@@ -33,7 +33,7 @@ static void d_c_l(struct list_head *head)
                 CDEBUG(D_HA, "   %p = %s (%d/%d)\n", conn, conn->c_remote_uuid,
                        conn->c_recovd_data.rd_phase,
                        conn->c_recovd_data.rd_next_phase);
-                if (sanity++ > 50)
+                if (sanity++ > 1000)
                         LBUG();
         }
 }