From 4fb89a63172d2dc6ce8f4702fe90904f9a8fd7bd Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Mon, 9 Oct 2017 09:20:35 -0600 Subject: [PATCH] doc: "mds blacklist interval" vs manually blacklisting 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 --- doc/cephfs/mds-config-ref.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/cephfs/mds-config-ref.rst b/doc/cephfs/mds-config-ref.rst index b597302764e6b..cab021a3423e6 100644 --- a/doc/cephfs/mds-config-ref.rst +++ b/doc/cephfs/mds-config-ref.rst @@ -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``