]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Modify documentation for mon_osd_down_out_interval 12408/head
authorBrad Hubbard <bhubbard@redhat.com>
Fri, 9 Dec 2016 07:52:31 +0000 (17:52 +1000)
committerBrad Hubbard <bhubbard@redhat.com>
Fri, 9 Dec 2016 08:02:41 +0000 (18:02 +1000)
Update docs to reflect the new default of 600 set by 817d65bd4

Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
doc/rados/configuration/mon-osd-interaction.rst
doc/rados/operations/monitoring-osd-pg.rst
src/ceph.conf.twoosds
src/sample.ceph.conf

index be1223691f2227f26c0c299408437be4e0224c98..1e931d5f2108961b46663b6192c0e9734098e3ec 100644 (file)
@@ -286,7 +286,7 @@ Monitor Settings
               ``down`` and ``out`` if it doesn't respond.
               
 :Type: 32-bit Integer
-:Default: ``300``
+:Default: ``600``
 
 
 ``mon osd down out subtree limit``
index e565fb719603847858f0aa6b8d94a0c30da367f5..866ae8313ba47c4130296c8022cb67239b98d99c 100644 (file)
@@ -439,7 +439,7 @@ still write a new object to a ``degraded`` placement group if it is ``active``.
 If an OSD is ``down`` and the ``degraded`` condition persists, Ceph may mark the
 ``down`` OSD as ``out`` of the cluster and remap the data from the ``down`` OSD
 to another OSD. The time between being marked ``down`` and being marked ``out``
-is controlled by ``mon osd down out interval``, which is set to ``300`` seconds
+is controlled by ``mon osd down out interval``, which is set to ``600`` seconds
 by default.
 
 A placement group can also be ``degraded``, because Ceph cannot find one or more
index 3417cf68fce1377931c814098c3ac52371b45355..bc7e87daf2727243464692714198d09a4f930352 100644 (file)
@@ -23,7 +23,7 @@
        mon data = /data/mondata/mon$num
        debug mon = 20
        debug ms = 20
-       mon osd down out interval = 0  ; 10 minutes
+       mon osd down out interval = 600  ; 10 minutes
 
 [mon0]
        host = cosd0
index 120dd3335cb7bbb951aed04da2b3058bf0a9fa9e..3af355cb48e6ea55fd0c56548948b48e7c6f4a04 100644 (file)
     # The number of seconds Ceph waits before marking a Ceph OSD
     # Daemon "down" and "out" if it doesn't respond.
     # Type: 32-bit Integer
-    # (Default: 300)
-    ;mon osd down out interval  = 300
+    # (Default: 600)
+    ;mon osd down out interval  = 600
 
     # The grace period in seconds before declaring unresponsive Ceph OSD
     # Daemons "down".