From: Neha Ojha Date: Thu, 5 Aug 2021 16:47:56 +0000 (+0000) Subject: doc/releases/octopus.rst: add notable changes for mgr and core X-Git-Tag: v17.1.0~1189^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=f9a4f81b852ba552d4e9a070101348f9d004463a;p=ceph.git doc/releases/octopus.rst: add notable changes for mgr and core Signed-off-by: Neha Ojha --- 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 ---------