From d6040010367ecb106c19167c772af8e000993439 Mon Sep 17 00:00:00 2001 From: "Alexander.Zarochentsev" Date: Tue, 25 May 2010 11:22:10 +0400 Subject: [PATCH] b=22598 Disable COS by default i=robert.read --- lustre/mdt/mdt_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/mdt/mdt_internal.h b/lustre/mdt/mdt_internal.h index 9a68d9e..743b64b 100644 --- a/lustre/mdt/mdt_internal.h +++ b/lustre/mdt/mdt_internal.h @@ -175,7 +175,7 @@ struct mdt_device { #define MDT_ROCOMPAT_SUPP (OBD_ROCOMPAT_LOVOBJID) #define MDT_INCOMPAT_SUPP (OBD_INCOMPAT_MDT | OBD_INCOMPAT_COMMON_LR | \ OBD_INCOMPAT_FID | OBD_INCOMPAT_IAM_DIR) -#define MDT_COS_DEFAULT (1) +#define MDT_COS_DEFAULT (0) struct mdt_object { struct lu_object_header mot_header; -- 1.8.3.1