]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados: remove some invalid ms option 39258/head
authorhaoyixing <haoyixing@kuaishou.com>
Wed, 3 Feb 2021 12:49:37 +0000 (20:49 +0800)
committerhaoyixing <haoyixing@kuaishou.com>
Wed, 3 Feb 2021 12:53:41 +0000 (20:53 +0800)
Remove some outdated ms options.

Signed-off-by: haoyixing <haoyixing@kuaishou.com>
doc/rados/configuration/ms-ref.rst
doc/rados/configuration/network-config-ref.rst

index 113bd09137bf8c02c3fb5ccf41dbfc334d1d3aff..908804581f4cb1d9bd06a37ca5802e326277725a 100644 (file)
@@ -29,14 +29,6 @@ General Settings
 :Default: ``15.0``
 
 
-``ms_nocrc``
-
-:Description: Disables CRC on network messages.  May increase performance if CPU limited.
-:Type: Boolean
-:Required: No
-:Default: ``false``
-
-
 ``ms_die_on_bad_msg``
 
 :Description: Debug option; do not configure.
@@ -61,22 +53,6 @@ General Settings
 :Default: ``false``
 
 
-``ms_rwthread_stack_bytes``
-
-:Description: Debug option for stack size; do not configure.
-:Type: 64-bit Unsigned Integer
-:Required: No
-:Default: ``1024 << 10``
-
-
-``ms_tcp_read_timeout``
-
-:Description: Controls how long (in seconds) the messenger will wait before closing an idle connection.
-:Type: 64-bit Unsigned Integer
-:Required: No
-:Default: ``900``
-
-
 ``ms_inject_socket_failures``
 
 :Description: Debug option; do not configure.
@@ -118,16 +94,3 @@ Async messenger options
 :Type: 64-bit Unsigned Integer
 :Required: No
 :Default: ``5``
-
-
-``ms_async_send_inline``
-
-:Description: Send messages directly from the thread that generated them instead of
-              queuing and sending from Async Messenger thread. This option is known
-              to decrease performance on systems with a lot of CPU cores, so it's
-              disabled by default.
-:Type: Boolean
-:Required: No
-:Default: ``false``
-
-
index ac8e56fb97e04773da86fe8b8eb26cd79aa59180..e7918fdbbe84d70ac1e8d6581c0168c0e103410b 100644 (file)
@@ -423,19 +423,6 @@ Ceph disables TCP buffering by default.
 :Default: ``0``
 
 
-``ms_tcp_read_timeout``
-
-:Description: If a client or daemon makes a request to another Ceph daemon and
-              does not drop an unused connection, the ``ms tcp read timeout`` 
-              defines the connection as idle after the specified number 
-              of seconds.
-
-:Type: Unsigned 64-bit Integer
-:Required: No
-:Default: ``900`` 15 minutes.
-
-
-
 .. _Scalability and High Availability: ../../../architecture#scalability-and-high-availability
 .. _Hardware Recommendations - Networks: ../../../start/hardware-recommendations#networks
 .. _hardware recommendations: ../../../start/hardware-recommendations