X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Flustre_disk.h;h=482198594243354aea4d9f4b0bfb09dde4fa3a96;hp=3a071d4ef3064e859599cdb152a0c563067f3bdd;hb=f38f09e02a05c82718344ad86f80a4a0f399af9d;hpb=2a34dc95bd100c181573e231047ff8976e296a36 diff --git a/lustre/include/lustre_disk.h b/lustre/include/lustre_disk.h index 3a071d4..4821985 100644 --- a/lustre/include/lustre_disk.h +++ b/lustre/include/lustre_disk.h @@ -109,6 +109,7 @@ struct lustre_mount_data { #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_FLG_NO_LOCAL_LOGS 0x80000 /* Use config logs from MGS */ #define lmd_is_client(x) ((x)->lmd_flags & LMD_FLG_CLIENT)