From b5606e86d7f757410586f67e12923d124f39d747 Mon Sep 17 00:00:00 2001 From: tappro Date: Thu, 24 Jul 2008 11:37:11 +0000 Subject: [PATCH] - land b_ver_recov --- 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 682b091..d32b444 100644 --- a/lustre/include/obd_support.h +++ b/lustre/include/obd_support.h @@ -257,6 +257,7 @@ extern unsigned int obd_alloc_fail_rate; #define OBD_FAIL_PTLRPC_CLIENT_BULK_CB 0x508 #define OBD_FAIL_PTLRPC_PAUSE_REQ 0x50a #define OBD_FAIL_PTLRPC_PAUSE_REP 0x50c +#define OBD_FAIL_PTLRPC_IMP_DEACTIVE 0x50d #define OBD_FAIL_OBD_PING_NET 0x600 #define OBD_FAIL_OBD_LOG_CANCEL_NET 0x601 -- 1.8.3.1