X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fobdclass%2Fobd_mount.c;h=b8c7e7deae0bf8086925cdd7b06a66b8abdfcf9a;hp=61d934b969ac9e81ea7499589092bd76b82e0694;hb=4f4ff2c5725e60a99aa8d1df83c1574f1ade99e3;hpb=820f4c8e0050104ca4539c50e3b81036ec87fd42 diff --git a/lustre/obdclass/obd_mount.c b/lustre/obdclass/obd_mount.c index 61d934b..b8c7e7d 100644 --- a/lustre/obdclass/obd_mount.c +++ b/lustre/obdclass/obd_mount.c @@ -1677,11 +1677,6 @@ static int server_fill_super(struct super_block *sb) if (rc) GOTO(out_mnt, rc); - LCONSOLE_WARN("Server %s on device %s has started\n", - ((lsi->lsi_lmd->lmd_flags & LMD_FLG_NOSVC) && - (IS_MDT(lsi->lsi_ldd))) ? "MGS" : lsi->lsi_ldd->ldd_svname, - lsi->lsi_lmd->lmd_dev); - RETURN(0); out_mnt: /* We jump here in case of failure while starting targets or MGS.