From: Ilya Dryomov Date: Wed, 28 Apr 2021 15:57:56 +0000 (+0200) Subject: doc/releases/nautilus: fix a braino in 14.2.20 release note X-Git-Tag: v17.1.0~2120^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F41072%2Fhead;p=ceph.git doc/releases/nautilus: fix a braino in 14.2.20 release note Setting auth_expose_insecure_global_id_reclaim to false disables the "disconnect right after authentication" behavior, not the warning. Signed-off-by: Ilya Dryomov --- diff --git a/doc/releases/nautilus.rst b/doc/releases/nautilus.rst index 73b28ae33c75..7292e8118d3b 100644 --- a/doc/releases/nautilus.rst +++ b/doc/releases/nautilus.rst @@ -27,8 +27,8 @@ Security fixes It is possible to disable the health alerts around insecure clients:: + ceph config set mon mon_warn_on_insecure_global_id_reclaim false ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false - ceph config set mon auth_expose_insecure_global_id_reclaim false However, if you disable these alerts, we strongly recommend that you follow up by removing these settings after clients have been