]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
release note: add note for change in format of name of pool... 64205/head
authorRishabh Dave <ridave@redhat.com>
Tue, 3 Jun 2025 18:56:33 +0000 (00:26 +0530)
committerRishabh Dave <ridave@redhat.com>
Mon, 29 Sep 2025 05:25:26 +0000 (10:55 +0530)
namespace of CephFS volumes.

Signed-off-by: Rishabh Dave <ridave@redhat.com>
(cherry picked from commit f350d9800024661eecdfd7da6d57fa0e0324d981)

PendingReleaseNotes

index 18e79f42ec6dd93c4c137ffc77e7a8e8d382afc2..73df859a7b974db73d2a31720848321e22c53fd6 100644 (file)
    - 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__<subvol-name>` to `fsvolumens__<subvol-grp-name>_<subvol-name>`
+  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.