From 02e4df410b142d009a57a752c635c8720512b8a0 Mon Sep 17 00:00:00 2001 From: tappro Date: Mon, 10 Nov 2008 18:58:47 +0000 Subject: [PATCH] - correct check in target_finish_recovery for obd_recovery_queue is finished. - correct handling of obd_recovery_queue with locking b:16711 i:adilger, green --- lustre/include/obd_support.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/include/obd_support.h b/lustre/include/obd_support.h index 1147215..68f38c1 100644 --- a/lustre/include/obd_support.h +++ b/lustre/include/obd_support.h @@ -283,6 +283,7 @@ extern unsigned int obd_alloc_fail_rate; #define OBD_FAIL_TGT_TOOMANY_THREADS 0x706 #define OBD_FAIL_TGT_REPLAY_DROP 0x707 #define OBD_FAIL_TGT_FAKE_EXP 0x708 +#define OBD_FAIL_TGT_REPLAY_DELAY 0x709 #define OBD_FAIL_MDC_REVALIDATE_PAUSE 0x800 #define OBD_FAIL_MDC_ENQUEUE_PAUSE 0x801 -- 1.8.3.1