From 1ddcd3f9ddef615e5aeca6bf14da96ae9b538ef1 Mon Sep 17 00:00:00 2001 From: tappro Date: Tue, 5 Aug 2008 13:59:39 +0000 Subject: [PATCH] - fix endless recovery in some cases b:16509 i:rread,alex --- lustre/include/obd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/include/obd.h b/lustre/include/obd.h index 95bd4cd..2b9084d 100644 --- a/lustre/include/obd.h +++ b/lustre/include/obd.h @@ -821,7 +821,7 @@ struct obd_device { unsigned long obd_attached:1, /* finished attach */ obd_set_up:1, /* finished setup */ obd_recovering:1, /* there are recoverable clients */ - obd_abort_recovery:1,/* somebody ioctl'ed us to abort */ + obd_abort_recovery:1,/* recovery expired */ obd_version_recov:1, /* obd uses version checking */ obd_replayable:1, /* recovery is enabled; inform clients */ obd_no_transno:1, /* no committed-transno notification */ -- 1.8.3.1