]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
release note: add note for change in format of name of pool...
authorRishabh Dave <ridave@redhat.com>
Tue, 3 Jun 2025 18:56:33 +0000 (00:26 +0530)
committerRishabh Dave <ridave@redhat.com>
Thu, 26 Jun 2025 08:31:20 +0000 (14:01 +0530)
namespace of CephFS volumes.

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

PendingReleaseNotes

index 8b572f71cb2739ae9689ecb210b9bb6b19ba903f..01fe76a8f80d6482e84e5179c562d4fbba1b34d6 100644 (file)
   ISA-L is recommended for new pools because the Jerasure library is
   no longer maintained.
 
+* 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.
+
 * RGW: Added support for the `RestrictPublicBuckets` property of the S3 `PublicAccessBlock`
   configuration.