From 4bd2d6bcf19265863a72a40396300d55137f7d09 Mon Sep 17 00:00:00 2001 From: Rishabh Dave Date: Tue, 5 Dec 2023 11:13:16 +0530 Subject: [PATCH] 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 --- PendingReleaseNotes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 9b3dfede8bb..c5ad5e0649f 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