From 686a35fa4c6459448dc0c52052964991914ed136 Mon Sep 17 00:00:00 2001 From: Mikhail Pershin Date: Thu, 27 Feb 2014 09:59:10 +0400 Subject: [PATCH] LU-4384 ofd: add OBD_INCOMPAT_FID to the OST OFD may work with normal FIDs since Lustre 2.4, add this flag for backward compatibility with future use of normal FIDs on OST Signed-off-by: Mikhail Pershin Change-Id: I24d7398388a8146da1e953d97d6c5776b97caa86 Reviewed-on: http://review.whamcloud.com/9411 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger --- lustre/ofd/ofd_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/ofd/ofd_internal.h b/lustre/ofd/ofd_internal.h index 5d1b880..9a7b100 100644 --- a/lustre/ofd/ofd_internal.h +++ b/lustre/ofd/ofd_internal.h @@ -48,7 +48,7 @@ #define OFD_INIT_OBJID 0 #define OFD_ROCOMPAT_SUPP (0) #define OFD_INCOMPAT_SUPP (OBD_INCOMPAT_GROUPS | OBD_INCOMPAT_OST | \ - OBD_INCOMPAT_COMMON_LR) + OBD_INCOMPAT_FID | OBD_INCOMPAT_COMMON_LR) #define OFD_PRECREATE_BATCH_DEFAULT (FILTER_SUBDIR_COUNT * 4) /* on small filesystems we should not precreate too many objects in -- 1.8.3.1