Whamcloud - gitweb
Branch b1_6
authoradilger <adilger>
Fri, 17 Oct 2008 22:51:32 +0000 (22:51 +0000)
committeradilger <adilger>
Fri, 17 Oct 2008 22:51:32 +0000 (22:51 +0000)
Add in OBD_CONNECT flags from b1_8 so that they are not mistakenly used for
something else.

lustre/include/lustre/lustre_idl.h
lustre/obdclass/lprocfs_status.c

index 5db252b..0cb1013 100644 (file)
@@ -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 */
 
index 310093c..def72ea 100644 (file)
@@ -705,6 +705,8 @@ static const char *obd_connect_names[] = {
         "change_qunit_size",
         "alt_checksum_algorithm",
         "fid_is_enabled",
+        "version_recovery",
+        "pools",
         NULL
 };