Whamcloud - gitweb
landing b_recovery on b_devel
authorpschwan <pschwan>
Mon, 31 Mar 2003 18:33:36 +0000 (18:33 +0000)
committerpschwan <pschwan>
Mon, 31 Mar 2003 18:33:36 +0000 (18:33 +0000)
commit056aa4ca6e40a453e19043982d6604590e070386
tree670e13b6a0742d7f0be78e11749fec7b10adda8d
parentccddaf6f3bc5708e6e1ac9fa832f514f656ff116
landing b_recovery on b_devel

* bug fixes
 - imports and exports cleanup too early, need refcounts (349, 879, 1045)
 - per-import/export recovery handling (958, 931, 959)
 - multiple last-rcvd slots, for serving multiple FSes (949)
 - connections are again shared between multiple imp/exports (963, 964)
 - "umount -f" would hang if any requests needed to be sent (393, 978)
 - avoid pinning large req buffer by copying for queued messages (989)
 - add "uuid" to "lctl device" command to help upcalls (991)
 - "open" RPCs with transnos would confuse recovery counters (1037)
* major user-visible changes
 - fail out/fail over policy now controlled by the upcall (993)
* protocol changes
 - add OBD_PING to check server availability and failure (954)
lustre/ptlrpc/ptlrpc_internal.h [new file with mode: 0644]
lustre/ptlrpc/ptlrpc_module.c [new file with mode: 0644]
lustre/utils/Lustre/.cvsignore [new file with mode: 0644]
lustre/utils/Lustre/Makefile.am [new file with mode: 0644]
lustre/utils/Lustre/__init__.py [new file with mode: 0644]
lustre/utils/Lustre/cmdline.py [new file with mode: 0644]
lustre/utils/Lustre/error.py [new file with mode: 0644]
lustre/utils/Lustre/lustredb.py [new file with mode: 0644]
lustre/utils/lactive [new file with mode: 0644]
lustre/utils/load_ldap.sh [new file with mode: 0755]