From f9a4f81b852ba552d4e9a070101348f9d004463a Mon Sep 17 00:00:00 2001 From: Neha Ojha Date: Thu, 5 Aug 2021 16:47:56 +0000 Subject: [PATCH] doc/releases/octopus.rst: add notable changes for mgr and core Signed-off-by: Neha Ojha --- doc/releases/octopus.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/releases/octopus.rst b/doc/releases/octopus.rst index fdf5389b1fb5b..90936175afecc 100644 --- a/doc/releases/octopus.rst +++ b/doc/releases/octopus.rst @@ -26,6 +26,18 @@ Notable Changes Quincy. For more information, see `Issue 51673 `. +* `ceph-mgr-modules-core` debian package does not recommend `ceph-mgr-rook` + anymore. As the latter depends on `python3-numpy` which cannot be imported in + different Python sub-interpreters multi-times if the version of + `python3-numpy` is older than 1.19. Since `apt-get` installs the `Recommends` + packages by default, `ceph-mgr-rook` was always installed along with + `ceph-mgr` debian package as an indirect dependency. If your workflow depends + on this behavior, you might want to install `ceph-mgr-rook` separately. + +* Several bug fixes in BlueStore, including a fix for an unexpected + ENOSPC bug in Avl/Hybrid allocators. + +* Includes a fix for a bug that affects recovery below *min_size* for EC pools. Changelog --------- -- 2.39.5