Whamcloud - gitweb
Branch:b_new_cmd
authorwangdi <wangdi>
Mon, 4 Dec 2006 09:03:57 +0000 (09:03 +0000)
committerwangdi <wangdi>
Mon, 4 Dec 2006 09:03:57 +0000 (09:03 +0000)
commit1e708f65dd7a7873dbfa1e897cb49bf4ddefa7d0
treef2900afa8a7406947faf5aca234e569127b8ea02
parent550a8b3636c0cf8266d8a69eb97719447130e3a4
Branch:b_new_cmd
Disable target_stop_recovery_thread temporarily, because it
might cause dead-lock of target_recovery_thread. For example
1) in recovery, if clients are still not reconnected to the MDS.
2) this MDS failed again, try to stop_recovery_thread here.  obd_abort_recovery is set to 1.
3) MDS disconnect stale exports, obd_abort_recovery will be reset to 0. and check the next
   replay, but currently the MDS already disconnect the exports. and next replay req will
   never reached.  so the recovery-thread will hang there.
lustre/mdt/mdt_recovery.c