diff --git a/doc/releases/tentacle.rst b/doc/releases/tentacle.rst index cc0dd6ea437..7a114b41749 100644 --- a/doc/releases/tentacle.rst +++ b/doc/releases/tentacle.rst @@ -58,6 +58,9 @@ Dashboard * Fixed a bind-address regression caused by CherryPy isolation. * Added support for adding hosts via CSV upload. * NVMeoF: multiple CLI and UI backports (EC pool support, IO statistics, role management). +* Object: The global RGW Roles tab has been removed. Role management is now + scoped under RGW Accounts, where roles can be listed, created, edited, and + deleted for a selected account. ceph-volume ----------- @@ -73,6 +76,11 @@ NVMe-oF * Delayed gateway failback to avoid flapping. * Gateways in the DELETING state no longer process starting beacons from other gateways. * ``rbd_with_crc32c`` is now enabled by default via cephadm. +* Introduced a new NVMeoF mgr module. The module automatically creates the + ``".nvmeof"`` metadata pool if it does not already exist. Gateway-group state + files are stored in this pool unless the user specifies another pool. The + module is enabled automatically on fresh installs; on upgrades from an older + cluster, it must be enabled manually. rbd-mirror ----------