From 612da21b386b8a8532c3c00a7ecb3fc2123ff509 Mon Sep 17 00:00:00 2001 From: adilger <adilger> Date: Fri, 17 Oct 2008 22:51:32 +0000 Subject: [PATCH] Branch b1_6 Add in OBD_CONNECT flags from b1_8 so that they are not mistakenly used for something else. --- lustre/include/lustre/lustre_idl.h | 5 +++-- lustre/obdclass/lprocfs_status.c | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lustre/include/lustre/lustre_idl.h b/lustre/include/lustre/lustre_idl.h index 5db252b974..0cb1013d83 100644 --- a/lustre/include/lustre/lustre_idl.h +++ b/lustre/include/lustre/lustre_idl.h @@ -328,10 +328,11 @@ extern void lustre_swab_ptlrpc_body(struct ptlrpc_body *pb); #define OBD_CONNECT_LRU_RESIZE 0x02000000ULL /*Lru resize feature. */ #define OBD_CONNECT_MDS_MDS 0x04000000ULL /*MDS-MDS connection */ #define OBD_CONNECT_REAL 0x08000000ULL /*real connection */ -#define OBD_CONNECT_CHANGE_QS 0x10000000ULL /*shrink/enlarge qunit size - *b=10600 */ +#define OBD_CONNECT_CHANGE_QS 0x10000000ULL /*shrink/enlarge qunit b=10600 */ #define OBD_CONNECT_CKSUM 0x20000000ULL /*support several cksum algos */ #define OBD_CONNECT_FID 0x40000000ULL /* FID is supported */ +#define OBD_CONNECT_VBR 0x80000000ULL /* version based recovery */ +#define OBD_CONNECT_LOV_V3 0x100000000ULL /* client supports lov v3 ea */ /* also update obd_connect_names[] for lprocfs_rd_connect_flags() * and lustre/utils/wirecheck.c */ diff --git a/lustre/obdclass/lprocfs_status.c b/lustre/obdclass/lprocfs_status.c index 310093c6f7..def72eae30 100644 --- a/lustre/obdclass/lprocfs_status.c +++ b/lustre/obdclass/lprocfs_status.c @@ -705,6 +705,8 @@ static const char *obd_connect_names[] = { "change_qunit_size", "alt_checksum_algorithm", "fid_is_enabled", + "version_recovery", + "pools", NULL }; -- GitLab