diff options
author | David Zafman <david.zafman@inktank.com> | 2013-05-13 12:53:11 -0700 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-05-13 13:24:58 -0700 |
commit | 88af2b0f7b951367e670869db76e57f0d970aa38 (patch) | |
tree | 1db3d67d7558e82ed6a067e6c165ce339b752970 /doc | |
parent | 9ec77ebbd2aff4f110a6e7ca62c33b6e5225c1df (diff) | |
download | ceph-88af2b0f7b951367e670869db76e57f0d970aa38.tar.gz |
Replace mis-named mon config variables using mon_osd_min_down_reports/mon_osd_min_down_reporters
Signed-off-by: David Zafman <david.zafman@inktank.com>
Reviewed-by: Sage Weil <sage@inktank.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rados/configuration/mon-osd-interaction.rst | 35 |
1 files changed, 17 insertions, 18 deletions
diff --git a/doc/rados/configuration/mon-osd-interaction.rst b/doc/rados/configuration/mon-osd-interaction.rst index bbedf3b14b3..fd54a671c99 100644 --- a/doc/rados/configuration/mon-osd-interaction.rst +++ b/doc/rados/configuration/mon-osd-interaction.rst @@ -69,8 +69,8 @@ You can change the minimum number of ``osd down`` reports by adding an ``osd min down reports`` setting under the ``[osd]`` section of your Ceph configuration file, or by setting the value at runtime. By default, only one OSD is required to report another OSD down. You can change the number of OSDs required to report -a monitor down by adding an ``osd min down reporters`` setting under the -``[osd]`` section of your Ceph configuration file, or by setting the value at +a monitor down by adding an ``mon osd min down reporters`` setting under the +``[mon]`` section of your Ceph configuration file, or by setting the value at runtime. @@ -271,6 +271,21 @@ Monitor Settings :Type: 32-bit Integer :Default: ``900`` +``mon osd min down reporters`` + +:Description: The minimum number of OSDs required to report a ``down`` OSD. +:Type: 32-bit Integer +:Default: ``1`` + + +``mon osd min down reports`` + +:Description: The minimum number of times an OSD must report that another + is ``down``. + +:Type: 32-bit Integer +:Default: ``3`` + OSD Settings @@ -333,19 +348,3 @@ OSD Settings :Type: 32-bit Integer :Default: ``30`` - -``osd min down reporters`` - -:Description: The minimum number of OSDs required to report a ``down`` OSD. -:Type: 32-bit Integer -:Default: ``1`` - - -``osd min down reports`` - -:Description: The minimum number of times an OSD must report that another - is ``down``. - -:Type: 32-bit Integer -:Default: ``3`` - |