From 2d63f47878ca3889e0838a42c6ff9f0a8be65821 Mon Sep 17 00:00:00 2001 From: Neha Ojha Date: Tue, 24 Nov 2020 00:13:24 +0000 Subject: [PATCH] doc/releases/nautilus.rst: add release notes for 14.2.15 Signed-off-by: Neha Ojha --- doc/releases/nautilus.rst | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/doc/releases/nautilus.rst b/doc/releases/nautilus.rst index 85d9900418c..be096999089 100644 --- a/doc/releases/nautilus.rst +++ b/doc/releases/nautilus.rst @@ -1,3 +1,29 @@ +v14.2.15 Nautilus +================= + +This is the 15th backport release in the Nautilus series. This release fixes a +ceph-volume regression introduced in v14.2.13 and includes few other fixes. We +recommend users to update to this release. + +Notable Changes +--------------- + +* ceph-volume: Fixes lvm batch --auto, which breaks backward compatibility + when using non rotational devices only (SSD and/or NVMe). +* BlueStore: Fixes a bug in collection_list_legacy which makes pgs inconsistent + during scrub when running mixed versions of osds, prior to 14.2.12 with newer. +* MGR: progress module can now be turned on/off, using the commands: + ``ceph progress on`` and ``ceph progress off``. + +Changelog +--------- + +* ceph-volume: fix filestore/dmcrypt activate (`pr#38198 `_, Guillaume Abrioux) +* ceph-volume: fix lvm batch auto with full SSDs (`pr#38046 `_, Dimitri Savineau, Guillaume Abrioux) +* os/bluestore: fix "end reached" check in collection_list_legacy (`pr#38100 `_, Mykola Golub) +* mgr/progress: introduce turn off/on feature (`pr#38173 `_, kamoltat) + + v14.2.14 Nautilus ================= -- 2.39.5