Update docs to reflect the new default of 600 set by
817d65bd4
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
``down`` and ``out`` if it doesn't respond.
:Type: 32-bit Integer
-:Default: ``300``
+:Default: ``600``
``mon osd down out subtree limit``
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
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
# 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".