From f350d9800024661eecdfd7da6d57fa0e0324d981 Mon Sep 17 00:00:00 2001 From: Rishabh Dave Date: Wed, 4 Jun 2025 00:26:33 +0530 Subject: [PATCH] release note: add note for change in format of name of pool... namespace of CephFS volumes. Signed-off-by: Rishabh Dave --- PendingReleaseNotes | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 0df0a300c02bc..f3d184e98a652 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -133,6 +133,13 @@ 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__` 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. + * RGW: Added support for the `RestrictPublicBuckets` property of the S3 `PublicAccessBlock` configuration. -- 2.39.5