Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Modify documentation for mon_osd_down_out_interval #12408

Merged
merged 1 commit into from
Dec 9, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/rados/configuration/mon-osd-interaction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand Down
2 changes: 1 addition & 1 deletion doc/rados/operations/monitoring-osd-pg.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/ceph.conf.twoosds
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/sample.ceph.conf
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@
# 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".
Expand Down