I am using lustre-2.10.5, when i mount mgs&mdt, it report unkown config parameter, how i remove wrong parameter.
```
[Thu Nov 29 15:00:14 2018] LDISKFS-fs (sdb): mounted filesystem with ordered data mode. Opts: errors=remount-ro
[Thu Nov 29 15:00:17 2018] LDISKFS-fs (sdb): mounted filesystem with ordered data mode. Opts: errors=remount-ro
[Thu Nov 29 15:00:18 2018] LDISKFS-fs (sdb): mounted filesystem with ordered data mode. Opts: user_xattr,errors=remount-ro,no_mbcache,nodelalloc
[Thu Nov 29 15:00:19 2018] Lustre: MGS: Connection restored to 0b413a06-995f-b510-6aba-9810cdf71a17 (at 0@lo)
[Thu Nov 29 15:00:19 2018] Lustre: Found index 0 for public4-MDT0000, updating log
[Thu Nov 29 15:00:19 2018] LustreError: 11-0: public4-OST0000-osc-MDT0000: operation ost_connect to node 10.10.1.11@o2ib failed: rc = -114
[Thu Nov 29 15:00:19 2018] LustreError: Skipped 4 previous similar messages
[Thu Nov 29 15:00:19 2018] LustreError: 19825:0:(obd_config.c:1361:class_process_proc_param()) public4-MDT0000: unknown config parameter 'mdt.job_cleanaup_interval=60'
[Thu Nov 29 15:00:19 2018] LustreError: 19825:0:(obd_config.c:1682:class_config_llog_handler()) MGC10.10.1.14@o2ib: cfg command failed: rc = -38
[Thu Nov 29 15:00:19 2018] Lustre: cmd=cf00f 0:public4-MDT0000 1:mdt.job_cleanaup_interval=60
[Thu Nov 29 15:00:19 2018] LustreError: 15c-8: MGC10.10.1.14@o2ib: The configuration from log 'public4-MDT0000' failed (-38). This may be the result of communication errors between this node and the MGS, a bad configuration, or other errors. See the syslog for more information.
[Thu Nov 29 15:00:19 2018] LustreError: 19761:0:(obd_mount_server.c:1386:server_start_targets()) failed to start server public4-MDT0000: -38
[Thu Nov 29 15:00:19 2018] LustreError: 19761:0:(obd_mount_server.c:1879:server_fill_super()) Unable to start targets: -38
[Thu Nov 29 15:00:19 2018] Lustre: Failing over public4-MDT0000
[Thu Nov 29 15:00:25 2018] Lustre: 19761:0:(client.c:2114:ptlrpc_expire_one_request()) @@@ Request sent has timed out for slow reply: [sent 1543474819/real 1543474819] req@ffff99bab7d6a100 x1618446900006864/t0(0) o251->MGC10.10.1.14@o2ib@0@lo:26/25 lens 224/224 e 0 to 1 dl 1543474825 ref 2 fl Rpc:XN/0/ffffffff rc 0/-1
[Thu Nov 29 15:00:26 2018] Lustre: server umount public4-MDT0000 complete
[Thu Nov 29 15:00:26 2018] LustreError: 19761:0:(obd_mount.c:1582:lustre_fill_super()) Unable to mount (-38)
```
great - thanks James