Whamcloud - gitweb
Fix recovery underpinnings:
authorshaver <shaver>
Mon, 3 Feb 2003 18:25:50 +0000 (18:25 +0000)
committershaver <shaver>
Mon, 3 Feb 2003 18:25:50 +0000 (18:25 +0000)
commit42c6c0d5fa3081f09cde3371323a1cc256a021f7
tree0a9859a58e522446f78651c94cbf921ca8957755
parentbb7680852a5d37e25346ad3c059691eb75cd76bb
Fix recovery underpinnings:
 - Store the client's UUID (from last_rcvd) in exp_client_uuid, so
   target_handle_connect can match it up.
 - Don't obd_connect if target_handle_reconnect matched us up with an existing
   export.
 - Don't invalidate everything so eagerly: only if we can't recover and it
   wasn't a partition-reconnect.
 - Clear the in-recovery flag before we send clients their delayed replies.
 - Add "force" argument to lctl cleanup, and remove it from detach.
 - Use new lmc API for recovery-small.sh (more test cleanup coming).
lustre/tests/recovery-small.sh