Whamcloud - gitweb
LU-12546 mdt: abort recovery between MDTs
[fs/lustre-release.git] / lustre / include / lustre_disk.h
index 45222b0..66ec909 100644 (file)
@@ -108,6 +108,7 @@ struct lustre_mount_data {
 #define LMD_FLG_DEV_RDONLY     0x8000  /* discard modification quitely */
 #define LMD_FLG_NO_PRECREATE   0x10000 /* do not allow OST object creation */
 #define LMD_FLG_LOCAL_RECOV    0x20000 /* force recovery for local clients */
+#define LMD_FLG_ABORT_RECOV_MDT        0x40000 /* Abort recovery between MDTs */
 
 #define lmd_is_client(x) ((x)->lmd_flags & LMD_FLG_CLIENT)