linux-stable/include/linux/ceph
Ilya Dryomov 7cc5e38f2f libceph: osd_request_timeout option
osd_request_timeout specifies how many seconds to wait for a response
from OSDs before returning -ETIMEDOUT from an OSD request.  0 (default)
means no limit.

osd_request_timeout is osdkeepalive-precise -- in-flight requests are
swept through every osdkeepalive seconds.  With ack vs commit behaviour
gone, abort_request() is really simple.

This is based on a patch from Artur Molchanov <artur.molchanov@synesis.ru>.

Tested-by: Artur Molchanov <artur.molchanov@synesis.ru>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Reviewed-by: Sage Weil <sage@redhat.com>
2017-03-07 14:30:38 +01:00
..
auth.h libceph: drop len argument of *verify_authorizer_reply() 2016-12-12 23:09:21 +01:00
buffer.h
ceph_debug.h
ceph_features.h libceph: revamp subs code, switch to SUBSCRIBE2 protocol 2016-03-25 18:51:38 +01:00
ceph_frag.h ceph: make logical calculation functions return bool 2016-05-26 01:15:39 +02:00
ceph_fs.h ceph: add flags parameter to send_cap_msg 2016-12-12 23:54:28 +01:00
ceph_hash.h
cls_lock_client.h libceph: support for lock.lock_info 2016-08-24 23:49:15 +02:00
debugfs.h
decode.h libceph: add start en/decoding block helpers 2016-07-28 02:55:36 +02:00
libceph.h libceph: osd_request_timeout option 2017-03-07 14:30:38 +01:00
mdsmap.h ceph: check availability of mds cluster on mount 2016-12-12 23:54:27 +01:00
messenger.h A varied set of changes: 2016-12-16 11:23:34 -08:00
mon_client.h libceph: support for blacklisting clients 2016-08-24 23:49:15 +02:00
msgpool.h libceph: fix some missing includes 2016-07-28 02:55:35 +02:00
msgr.h
osd_client.h libceph: osd_request_timeout option 2017-03-07 14:30:38 +01:00
osdmap.h rbd: kill obj_request->object_name and rbd_segment_name_cache 2017-02-20 12:16:15 +01:00
pagelist.h
rados.h libceph: bump CEPH_PG_MAX_SIZE to 32 2017-02-20 12:16:11 +01:00
string_table.h libceph: introduce reference counted string 2016-07-28 02:55:37 +02:00
types.h