doc: address review comments on tentacle release notes

Add RGW Roles/Accounts dashboard note (afreen23) and NVMeoF mgr
module/pool auto-creation note (idryomov, caroav).

Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
This commit is contained in:
Yuri Weinstein 2026-07-28 14:43:55 -07:00
parent 43fcde778c
commit 26c60d179c

View File

@ -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
----------