]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados/configuration/osd-config-ref.rst: document the fast mark down 12124/head
authorPiotr Dałek <git@predictor.org.pl>
Tue, 22 Nov 2016 09:42:28 +0000 (10:42 +0100)
committerPiotr Dałek <git@predictor.org.pl>
Tue, 22 Nov 2016 09:42:28 +0000 (10:42 +0100)
Document the "osd fast fail on connection refused" option.

Signed-off-by: Piotr Dałek <git@predictor.org.pl>
doc/rados/configuration/osd-config-ref.rst

index 1f565018ae1eafdf6d6521a9367cc31ae3afef81..7a06b73d1793c3c5b9596f41ee2c12b91820763a 100644 (file)
@@ -716,6 +716,17 @@ Miscellaneous
 :Default: ``false``
 
 
+``osd fast fail on connection refused``
+
+:Description: If this option is enabled, crashed OSDs are marked down
+              immediately by connected peers and MONs (assuming that the
+              crashed OSD host survives). Disable it to restore old
+              behavior, at the expense of possible long I/O stalls when
+              OSDs crash in the middle of I/O operations.
+:Type: Boolean
+:Default: ``true``
+
+
 
 .. _pool: ../../operations/pools
 .. _Configuring Monitor/OSD Interaction: ../mon-osd-interaction