Whamcloud - gitweb
b=6377
authorjacob <jacob>
Fri, 27 May 2005 21:34:59 +0000 (21:34 +0000)
committerjacob <jacob>
Fri, 27 May 2005 21:34:59 +0000 (21:34 +0000)
commit8d4c3cd3a2a45cc1295897713ba41c5cc36597a2
treef341f0a33c528f2469105f1e7992b57a995c13ba
parent28befd03829d723b424970c0bb528fc653c45490
b=6377
r=adilger

Use obd_recovering instead of obd_recoverable_clients to check if the
obd is in recovery.

abort_recovery didn't set obd_recoverable_clients to 0 (which it now
does), so if recovery was aborted, the server would never ping-evict
clients (which can lead to extra exports, possibly requiring recovery
to be aborted).
lustre/include/linux/obd_class.h
lustre/ldlm/ldlm_lib.c
lustre/obdclass/genops.c
lustre/obdclass/obd_config.c