Skip to content

Commit

Permalink
doc: "mds blacklist interval" vs manually blacklisting
Browse files Browse the repository at this point in the history
The "mds blacklist interval" setting has no effect on the time that
the "ceph osd blacklist" command will use by default. Clarify this in
the docs.

Signed-off-by: Ken Dreyer <[email protected]>
  • Loading branch information
ktdreyer committed Oct 9, 2017
1 parent 765259a commit 4fb89a6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/cephfs/mds-config-ref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,12 @@

``mds blacklist interval``

:Description: The blacklist duration for failed MDSs in the OSD map.
:Description: The blacklist duration for failed MDSs in the OSD map. Note,
this controls how long failed MDS daemons will stay in the
OSDMap blacklist. It has no effect on how long something is
blacklisted when the administrator blacklists it manually. For
example, ``ceph osd blacklist add`` will still use the default
blacklist time.)
:Type: Float
:Default: ``24.0*60.0``

Expand Down

0 comments on commit 4fb89a6

Please sign in to comment.