Whamcloud - gitweb
- documentation update for MDS recovery
authorbraam <braam>
Mon, 29 Apr 2002 20:36:26 +0000 (20:36 +0000)
committerbraam <braam>
Mon, 29 Apr 2002 20:36:26 +0000 (20:36 +0000)
commit2ad1df3c62663ce61e82856ebe4f576f751d617d
tree4121910e4b5a0a6559896b3a70729ec358fbdaba
parent76ffaefbe8efe0c294562b433ed070c094b75519
- documentation update for MDS recovery
- remove unused MGR_ constants
- remove rpc fallout from Andreas mergers
- add last committed updates to close/reint
- add handling of last committed to client file system
- add replay handling for recovery to client fs & rpc
- mark requests as completed and committed on the client to
  be agnostic of the ordering of these events
- state machine for recovd - basics in place
- last_committed and last_received moved in the lustre_msg from body
- client cleanup is call when system cleans up
- set transaction numbers properly on MDS
- mds_connect call completed
- obd interface for high availability new connection announcements
25 files changed:
lustre/include/linux/lustre_ha.h
lustre/include/linux/lustre_idl.h
lustre/include/linux/lustre_lite.h
lustre/include/linux/lustre_net.h
lustre/include/linux/obd.h
lustre/include/linux/obd_support.h
lustre/ldlm/ldlm_lockd.c
lustre/llite/Makefile.am
lustre/llite/commit_callback.c
lustre/llite/file.c
lustre/llite/super.c
lustre/mdc/mdc_request.c
lustre/mds/handler.c
lustre/mds/mds_reint.c
lustre/osc/osc_request.c
lustre/ptlrpc/Makefile.am
lustre/ptlrpc/client.c
lustre/ptlrpc/niobuf.c
lustre/ptlrpc/recovd.c
lustre/ptlrpc/rpc.c
lustre/tests/llmount.sh
lustre/tests/openunlink.c
lustre/tests/runfailure-mds
lustre/utils/ha_assist.sh
lustre/utils/obdctl.c