Whamcloud - gitweb
WARNING - if an RPC times out you will crash older UML's.
authorbraam <braam>
Mon, 15 Apr 2002 08:13:59 +0000 (08:13 +0000)
committerbraam <braam>
Mon, 15 Apr 2002 08:13:59 +0000 (08:13 +0000)
commit05b1e40d05c81c59504f5b7b5813d296be02f289
tree12c55388ac364f1705b312a80689b1149910c0b9
parentb4f206c378db40f2594ba53c8995f2bfcd3699d2
WARNING - if an RPC times out you will crash older UML's.

Update your user mode linux to the 2.4.18 um15 + extra patch
  take source from ftp.lustre.org:/pub/people/robert
[call_usermode_helper has a bug in older versions of UML]

- new infrastructure for MDS failover recovery
  - recovd replaces the ha daemon. Now located in RPC directory
  - this comes with a service daemon to answer connect calls
  - wrapped it in an obd, for management purposes, and to be able
    to run multiple daemons on one system eventually
- commit callback daemon added to the lustre_lite directory
- removed small amounts of dead code from the rpc directory
- this code has seen little testing
- added the configuration management section to the master document
20 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/ldlm/ldlm_lockd.c
lustre/llite/Makefile.am
lustre/llite/commit_callback.c [new file with mode: 0644]
lustre/llite/llite_ha.c [deleted file]
lustre/llite/super.c
lustre/mdc/mdc_request.c
lustre/osc/osc_request.c
lustre/ptlrpc/Makefile.am
lustre/ptlrpc/client.c
lustre/ptlrpc/recovd.c [new file with mode: 0644]
lustre/ptlrpc/rpc.c
lustre/ptlrpc/service.c
lustre/tests/Makefile.am
lustre/tests/llmount.sh
lustre/tests/llmountcleanup.sh