diff options
author | Greg Farnum <greg@inktank.com> | 2012-12-04 14:43:45 -0800 |
---|---|---|
committer | Greg Farnum <greg@inktank.com> | 2012-12-04 14:43:45 -0800 |
commit | 3cf2197c9598162613f68fabd4d7dce5d26a8fd5 (patch) | |
tree | f29f0cbd736c02ce4729a0057e52a8d2ceeac270 | |
parent | 724d5aaa3bf7e95075176582aa4d54d8e6a6caf2 (diff) | |
download | ceph-3cf2197c9598162613f68fabd4d7dce5d26a8fd5.tar.gz |
doc: write descriptions for the remaining msgr options
Signed-off-by: Greg Farnum <greg@inktank.com>
-rw-r--r-- | doc/rados/configuration/ms-ref.rst | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/rados/configuration/ms-ref.rst b/doc/rados/configuration/ms-ref.rst index 9777abb1a6b..d0b1b172d7f 100644 --- a/doc/rados/configuration/ms-ref.rst +++ b/doc/rados/configuration/ms-ref.rst @@ -13,7 +13,7 @@ ``ms initial backoff`` -:Description: +:Description: The initial time to wait before reconnecting on a fault. :Type: Double :Required: No :Default: ``.2`` @@ -21,7 +21,7 @@ ``ms max backoff`` -:Description: +:Description: The maximum time to wait before reconnecting on a fault. :Type: Double :Required: No :Default: ``15.0`` @@ -37,7 +37,7 @@ ``ms die on bad msg`` -:Description: +:Description: Debug option; do not configure. :Type: Boolean :Required: No :Default: ``false`` @@ -53,7 +53,7 @@ ``ms bind ipv6`` -:Description: +:Description: Enable if you want your daemons to bind to IPv6 address instead of IPv4 ones. (Not required if you specify a daemon or cluster IP.) :Type: Boolean :Required: No :Default: ``false`` @@ -61,7 +61,7 @@ ``ms rwthread stack bytes`` -:Description: +:Description: Debug option for stack size; do not configure. :Type: 64-bit Unsigned Integer :Required: No :Default: ``1024 << 10`` @@ -69,7 +69,7 @@ ``ms tcp read timeout`` -:Description: +:Description: Controls how long (in seconds) the messenger will wait before closing an idle connection. :Type: 64-bit Unsigned Integer :Required: No :Default: ``900`` @@ -77,7 +77,7 @@ ``ms inject socket failures`` -:Description: +:Description: Debug option; do not configure. :Type: 64-bit Unsigned Integer :Required: No :Default: ``0`` |