X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fobdclass%2Fobd_mount_server.c;h=d67963b21cb89f6f3c94a4f194510047c2fdbbb2;hb=a44f229bcfd8636517460788753070f8af2b0ebf;hp=0567556da97446385294590130356aa4b484001f;hpb=7a303a8250c7f2e20a72089cca6d9ac52daff632;p=fs%2Flustre-release.git diff --git a/lustre/obdclass/obd_mount_server.c b/lustre/obdclass/obd_mount_server.c index 0567556..d67963b 100644 --- a/lustre/obdclass/obd_mount_server.c +++ b/lustre/obdclass/obd_mount_server.c @@ -50,6 +50,7 @@ #include #include #include +#include #include #include #include @@ -542,7 +543,7 @@ static int lustre_lwp_connect(struct obd_device *lwp) data->ocd_connect_flags |= OBD_CONNECT_MDS_MDS | OBD_CONNECT_FID | OBD_CONNECT_AT | OBD_CONNECT_LRU_RESIZE | OBD_CONNECT_FULL20 | OBD_CONNECT_LVB_TYPE | - OBD_CONNECT_LIGHTWEIGHT; + OBD_CONNECT_LIGHTWEIGHT | OBD_CONNECT_LFSCK; OBD_ALLOC_PTR(uuid); if (uuid == NULL) GOTO(out, rc = -ENOMEM);