Merge pull request #39258 from Rethan/doc-remove-ms-options

doc/rados: remove some invalid ms option

Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2021-02-05 13:48:10 +08:00 committed by GitHub
commit 72dee5d0d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 50 deletions

View 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``

View 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