From 9c946d2f98df41d92f4e2e12dabc1233bef3b099 Mon Sep 17 00:00:00 2001 From: pschwan Date: Wed, 16 Oct 2002 01:50:56 +0000 Subject: [PATCH] Bump the sanity-max to 1000, since we have way, way more than 50 connections on MCR. --- lustre/ptlrpc/recovd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/ptlrpc/recovd.c b/lustre/ptlrpc/recovd.c index d8ace91..02df21a 100644 --- a/lustre/ptlrpc/recovd.c +++ b/lustre/ptlrpc/recovd.c @@ -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(); } } -- 1.8.3.1