From: Rishabh Dave Date: Tue, 3 Jun 2025 18:56:33 +0000 (+0530) Subject: release note: add note for change in format of name of pool... X-Git-Tag: v19.2.4~40^2~24^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F64205%2Fhead;p=ceph.git release note: add note for change in format of name of pool... namespace of CephFS volumes. Signed-off-by: Rishabh Dave (cherry picked from commit f350d9800024661eecdfd7da6d57fa0e0324d981) --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 18e79f42ec6..73df859a7b9 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -70,6 +70,13 @@ - https://tracker.ceph.com/issues/67179 - https://tracker.ceph.com/issues/66867 +* CephFS: Format of name of pool namespace for CephFS volumes has been changed + from `fsvolumens__` to `fsvolumens___` + to avoid namespace collision when two subvolumes located in different + subvolume groups have the same name. Even with namespace collision, there were + no security issues since the MDS auth cap is restricted to the subvolume path. + Now, with this change, the namespaces are completely isolated. + * RBD: Moving an image that is a member of a group to trash is no longer allowed. `rbd trash mv` command now behaves the same way as `rbd rm` in this scenario.