Whamcloud - gitweb
- Add extN select-inum-for-allocation support, and use it to make recovery-time
authorshaver <shaver>
Mon, 30 Dec 2002 21:10:47 +0000 (21:10 +0000)
committershaver <shaver>
Mon, 30 Dec 2002 21:10:47 +0000 (21:10 +0000)
commit0d623db5f7effc9a7a27826296bc97149889a3d4
tree440cba9d5cc298ae816a9d0369ddf8e6fdf79d57
parent74d84f2f2189511353de4f877d16adf4352c2982
- Add extN select-inum-for-allocation support, and use it to make recovery-time
  inode creation more deterministic.

- Test program and ioctl for the aforementioned wantedi support.

- Don't send MSG_LAST_REPLAY with the last-replayed lock.  Really.  I mean it
  this time.

- Some transno-reintegration CERROR removal, because the 9600bps conman on dev
  cramps the style of 300-transaction replays something fierce.

- Sync after every integrated transaction, so that we make forward progress
  in case of interrupted recovery.  (This will be replaced by the handle->h_sync
  fix foreshadowed in fsfilt_extN_commit.)

- Reuse reply_md.start instead of the likely-NULL rq_repmsg when resending reqs.

- Requests without transnos should be ERESTARTed _never_, not _always_.
lustre/conf/.cvsignore [new file with mode: 0644]
lustre/extN/extN-wantedi.diff [new file with mode: 0644]
lustre/tests/wantedi.c [new file with mode: 0644]