Whamcloud - gitweb
- Add support for umount -f: it invalidates all in-flight and delayed requests
authorshaver <shaver>
Fri, 4 Oct 2002 23:07:07 +0000 (23:07 +0000)
committershaver <shaver>
Fri, 4 Oct 2002 23:07:07 +0000 (23:07 +0000)
commitb29c41b491ba6c4e3575b4765fb6a20589d7399a
tree93b4a8fcdc42c7e9fa8608f1ace0482bdbfba08f
parent4d817cbf6f5c79cf180a08f38785e783422f9ddd
- Add support for umount -f: it invalidates all in-flight and delayed requests
  and marks the connection(s) as invalid, so that future operations fail.
- Make the NEWCONN ioctl clear the CONN_INVALID flag.
- Remove a handful of unused members from ptlrpc_request.
- More informative and uniform req-failure (timeout, recovery, umount -f)
  reporting.
- Update runfailure-net a little; more work needed here.
- Add --force / -f to lconf for "umount -f" umounting.
lustre/include/linux/lustre_net.h
lustre/llite/super.c
lustre/ptlrpc/client.c
lustre/ptlrpc/connection.c
lustre/ptlrpc/rpc.c
lustre/tests/runfailure-net
lustre/utils/lconf