Whamcloud - gitweb
b=21476 fix mds obd device setup order v2
authorpravin <Pravin.Shelar@Sun.COM>
Fri, 28 May 2010 12:58:06 +0000 (18:28 +0530)
committerJohann Lombardi <johann@sun.com>
Mon, 31 May 2010 20:20:46 +0000 (22:20 +0200)
commit1b5162cfc728f9b86e7b45d2e4337a3e110f50ac
tree45b0896e50d2c6e63609c662f175c1d98973811e
parent179d6382519165878bd5628c99e42428f57ae107
b=21476 fix mds obd device setup order v2

i=nathan.rutman
i=rahul.deshmukh

If mount order is mgs, ost and then mds, mds obd devices are not setup in correct order. which
results in panic. this is because of osc are added to lov before mdslov obd setup is done. this
results in uninitialized  mds->mds_lov_page_array

attached patch fixes issue by fixing mgs configuration for mds obd setup order.
lustre/mgs/mgs_llog.c
lustre/tests/conf-sanity.sh