From e69c3fccddbffc84b806660f16b6ed5a23069dd9 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 13 Oct 2008 15:04:25 +0000 Subject: [PATCH] b=12182 i=adilger i=green i=nikita - oss read-only cache feature --- 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 f58856b..9238782 100644 --- a/lustre/include/obd_support.h +++ b/lustre/include/obd_support.h @@ -209,6 +209,7 @@ extern unsigned int obd_alloc_fail_rate; #define OBD_FAIL_OST_PAUSE_CREATE 0x223 #define OBD_FAIL_OST_BRW_PAUSE_PACK 0x224 #define OBD_FAIL_OST_CONNECT_NET2 0x225 +#define OBD_FAIL_OST_NOMEM 0x226 #define OBD_FAIL_LDLM 0x300 #define OBD_FAIL_LDLM_NAMESPACE_NEW 0x301 -- 1.8.3.1