Whamcloud - gitweb
LU-3098 mdt: continue on LFSCK start error in mdt_prepare()
authorJohn L. Hammond <john.hammond@intel.com>
Wed, 3 Apr 2013 15:09:15 +0000 (10:09 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 9 Apr 2013 03:11:53 +0000 (23:11 -0400)
commit30ec54df7068a143bded456f7979d18792ae7708
tree1b2213d63b584fd0c043f6c15d0f71ab3cb493c2
parent5f152917047a1f9691ede4c22da2eeb483cd453f
LU-3098 mdt: continue on LFSCK start error in mdt_prepare()

In mdt_prepare() do not allow failure of the OBD_IOC_START_LFSCK
ioctl() to prevent mount from succeeding on slave MDTs.

Signed-off-by: John L. Hammond <john.hammond@intel.com>
Change-Id: Ie3ab2e61037739e3324f6ec28e5f73be861b58f5
Reviewed-on: http://review.whamcloud.com/5931
Tested-by: Hudson
Reviewed-by: wangdi <di.wang@intel.com>
Reviewed-by: Fan Yong <fan.yong@intel.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/mdt/mdt_handler.c