]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
msg: rename ms_tcp_read_timeout to ms_connection_idle_timeout
authorxie xingguo <xie.xingguo@zte.com.cn>
Sat, 2 Mar 2019 09:16:34 +0000 (17:16 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Tue, 16 Apr 2019 08:36:28 +0000 (16:36 +0800)
commitdd45426da1904e875c1e240f747bc0637672b5f6
tree4b56d9bcb8b125288c6df3c0194e333aa83ef7c3
parentf160307392006332cbd14d6f3223461a440364d5
msg: rename ms_tcp_read_timeout to ms_connection_idle_timeout

The old nameing is confusing, e.g., it actually indicates we should tear
down the underlying connection which has no read/write activities
at both sides (namely connection is idle) for over 15 minutes.

Master PR: https://github.com/ceph/ceph/pull/27337

This does not follow the normal backport process because the protocol
of transport layer of Ceph has been greatly changed for Nautilus.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/common/legacy_config_opts.h
src/common/options.cc
src/msg/async/AsyncConnection.cc
src/msg/simple/Pipe.cc
src/test/librados/watch_notify.cc
src/test/msgr/test_msgr.cc