X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fobdclass%2Fobd_mount.c;h=be1521f73a5f453a9c226934b7413fbd63fceda8;hp=37165a2595b285a50960fc33897138e6d4b21812;hb=f38f09e02a05c82718344ad86f80a4a0f399af9d;hpb=2a34dc95bd100c181573e231047ff8976e296a36 diff --git a/lustre/obdclass/obd_mount.c b/lustre/obdclass/obd_mount.c index 37165a2..be1521f 100644 --- a/lustre/obdclass/obd_mount.c +++ b/lustre/obdclass/obd_mount.c @@ -1395,6 +1395,9 @@ int lmd_parse(char *options, struct lustre_mount_data *lmd) } else if (strncmp(s1, "writeconf", 9) == 0) { lmd->lmd_flags |= LMD_FLG_WRITECONF; clear++; + } else if (strncmp(s1, "nolocallogs", 11) == 0) { + lmd->lmd_flags |= LMD_FLG_NO_LOCAL_LOGS; + clear++; } else if (strncmp(s1, "update", 6) == 0) { lmd->lmd_flags |= LMD_FLG_UPDATE; clear++;