From 58406fabe8b8612ea3e784bfff0ab3ef85379a1b Mon Sep 17 00:00:00 2001 From: haoyixing Date: Wed, 3 Feb 2021 20:49:37 +0800 Subject: [PATCH] doc/rados: remove some invalid ms option Remove some outdated ms options. Signed-off-by: haoyixing --- doc/rados/configuration/ms-ref.rst | 37 ------------------- .../configuration/network-config-ref.rst | 13 ------- 2 files changed, 50 deletions(-) diff --git a/doc/rados/configuration/ms-ref.rst b/doc/rados/configuration/ms-ref.rst index 113bd09137bf8..908804581f4cb 100644 --- a/doc/rados/configuration/ms-ref.rst +++ b/doc/rados/configuration/ms-ref.rst @@ -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`` - - diff --git a/doc/rados/configuration/network-config-ref.rst b/doc/rados/configuration/network-config-ref.rst index ac8e56fb97e04..e7918fdbbe84d 100644 --- a/doc/rados/configuration/network-config-ref.rst +++ b/doc/rados/configuration/network-config-ref.rst @@ -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 -- 2.39.5