From: Mauricio Faria de Oliveira Date: Tue, 26 Jan 2021 16:14:38 +0000 (-0300) Subject: PendingReleaseNotes: document option osd_fast_shutdown_notify_mon X-Git-Tag: v14.2.22~27^2~10^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F40014%2Fhead;p=ceph.git PendingReleaseNotes: document option osd_fast_shutdown_notify_mon Let's add the ``osd_fast_shutdown_notify_mon`` option to PendingReleaseNotes so it is documented. Signed-off-by: Mauricio Faria de Oliveira (cherry picked from commit 7f5aaef5d4585d74535192192c56549bd023bc1f) Conflicts: PendingReleaseNotes - Move snippet into the new 14.2.19 section --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 38e83cf91874..8a1fdb5758ed 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -1,3 +1,11 @@ +14.2.19 +------- + +* OSD: the option ``osd_fast_shutdown_notify_mon`` has been introduced to allow + the OSD to notify the monitor it is shutting down even if ``osd_fast_shutdown`` + is enabled. This helps with the monitor logs on larger clusters, that may get + many 'osd.X reported immediately failed by osd.Y' messages, and confuse tools. + 14.2.18 -------