From 565f7d9ad681caa9f494cec2388e9e7245139761 Mon Sep 17 00:00:00 2001 From: tappro Date: Wed, 3 Sep 2008 08:11:16 +0000 Subject: [PATCH] - export handling for VBR b:15391 i:rread, bzzz --- lustre/include/obd_support.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/include/obd_support.h b/lustre/include/obd_support.h index 3503993..f58856b 100644 --- a/lustre/include/obd_support.h +++ b/lustre/include/obd_support.h @@ -70,6 +70,7 @@ extern unsigned int obd_alloc_fail_rate; #define OBD_TIMEOUT_DEFAULT 100 #define LDLM_TIMEOUT_DEFAULT 20 #define MDS_LDLM_TIMEOUT_DEFAULT 6 +#define STALE_EXPORT_MAXTIME_DEFAULT (24*60*60) /**< one day, in seconds */ #ifdef CRAY_XT3 #define OBD_RECOVERY_MAX_TIME (obd_timeout * 18) /* b13079 */ #endif @@ -277,6 +278,7 @@ extern unsigned int obd_alloc_fail_rate; #define OBD_FAIL_TGT_DELAY_PRECREATE 0x705 #define OBD_FAIL_TGT_TOOMANY_THREADS 0x706 #define OBD_FAIL_TGT_REPLAY_DROP 0x707 +#define OBD_FAIL_TGT_FAKE_EXP 0x708 #define OBD_FAIL_MDC_REVALIDATE_PAUSE 0x800 #define OBD_FAIL_MDC_ENQUEUE_PAUSE 0x801 -- 1.8.3.1