From: Rishabh Dave Date: Tue, 5 Dec 2023 05:43:16 +0000 (+0530) Subject: cephfs: add a release note for PR #53899 X-Git-Tag: v19.3.0~398^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4bd2d6bcf19265863a72a40396300d55137f7d09;p=ceph.git cephfs: add a release note for PR #53899 With merging of PR #53899 it is mandatory now for CephFS to be offline and refuse_client_session to be set before an attempt to rename the CephFS is made. Add a release note for this. Fixes: https://github.com/ceph/ceph/pull/53899 Fixes: https://tracker.ceph.com/issues/63154 Signed-off-by: Rishabh Dave --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 9b3dfede8bbd..c5ad5e0649f8 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -57,6 +57,9 @@ level storage operator (like Rook) to recreate the missing file system. See https://docs.ceph.com/en/latest/cephfs/administration/#file-systems docs for more information. +* CephFS: Before running the command "ceph fs rename", the CephFS to be + renamed must be taken offline and "refuse_client_session" must be set for + it. * RADOS: A POOL_APP_NOT_ENABLED health warning will now be reported if the application is not enabled for the pool irrespective of whether the pool is in use or not. Always tag a pool with an application