linux-stable-rt/net/ceph
Sage Weil 4cf9d54463 libceph: don't time out osd requests that haven't been received
Keep track of when an outgoing message is ACKed (i.e., the server fully
received it and, presumably, queued it for processing).  Time out OSD
requests only if it's been too long since they've been received.

This prevents timeouts and connection thrashing when the OSDs are simply
busy and are throttling the requests they read off the network.

Reviewed-by: Yehuda Sadeh <yehuda@hq.newdream.net>
Signed-off-by: Sage Weil <sage@newdream.net>
2011-07-26 11:27:24 -07:00
..
crush
Kconfig
Makefile
armor.c
auth.c
auth_none.c
auth_none.h
auth_x.c
auth_x.h
auth_x_protocol.h
buffer.c
ceph_common.c
ceph_fs.c ceph: fix file mode calculation 2011-07-19 11:25:04 -07:00
ceph_hash.c
ceph_strings.c
crypto.c
crypto.h
debugfs.c
messenger.c libceph: don't time out osd requests that haven't been received 2011-07-26 11:27:24 -07:00
mon_client.c
msgpool.c
osd_client.c libceph: don't time out osd requests that haven't been received 2011-07-26 11:27:24 -07:00
osdmap.c libceph: handle new osdmap down/state change encoding 2011-05-24 11:52:09 -07:00
pagelist.c
pagevec.c