Whamcloud - gitweb
b=5628
authorphil <phil>
Sat, 12 Feb 2005 22:59:54 +0000 (22:59 +0000)
committerphil <phil>
Sat, 12 Feb 2005 22:59:54 +0000 (22:59 +0000)
commit2b480a22b95aed89ce97dd7e68f8f9a0858283e0
tree40693f1ccd0bbb8f1b218bc433d38e09047bd6ab
parentc9ed987a01d6eb22a27b08510bde52db4f17742e
b=5628
r=jacob
- add a per-mdc/osc /proc file that lets you do a Lustre ping
- the old way, used by lfs check, would block when the MDS is down, because it
  opened the mountpoint
- also exported it via liblustreapi as llapi_ping(obd_type, obd_name)
lustre/ChangeLog
lustre/include/linux/lprocfs_status.h
lustre/include/linux/lustre_lib.h
lustre/include/lustre/liblustreapi.h
lustre/llite/dir.c
lustre/mdc/lproc_mdc.c
lustre/osc/lproc_osc.c
lustre/ptlrpc/lproc_ptlrpc.c
lustre/utils/liblustreapi.c