Whamcloud - gitweb
LU-1459 llite: Don't LBUG when import has LUSTRE_IMP_NEW state
authorJeremy Filizetti <jeremy.filizetti@gmail.com>
Thu, 31 May 2012 14:30:00 +0000 (10:30 -0400)
committerAndreas Dilger <adilger@whamcloud.com>
Fri, 22 Jun 2012 16:09:38 +0000 (12:09 -0400)
commitc89af048391c23366e0ea31cb6b9e69ad086c0f5
treef2ba6df45b60dac83e423b2ec98460274dc8a6e4
parentb916544be6a57296aa2c4e55c02c45ff7495a77c
LU-1459 llite: Don't LBUG when import has LUSTRE_IMP_NEW state

When a disabled OSC/OST is configured in the system at mount
time, a client will LBUG if calling "lfs check servers".
Disabling the LBUG causes client to return -EIO instead.

Signed-off-by: Jeremy Filizetti <jeremy.filizetti@gmail.com>
Signed-off-by: Bobi Jam <bobijam@whamcloud.com>
Change-Id: I1844b66e56259da28129df2c60d2542e9c95aeee
Reviewed-on: http://review.whamcloud.com/2998
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Fan Yong <yong.fan@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/ptlrpc/client.c