From b93b3364ae00946b9eb1fa1406be0ee22e60baac Mon Sep 17 00:00:00 2001 From: Kotresh HR Date: Fri, 11 Aug 2023 17:02:59 +0530 Subject: [PATCH] doc: Add a note on possible deadlock on volume deletion Fixes: https://tracker.ceph.com/issues/62407 Signed-off-by: Kotresh HR --- doc/cephfs/fs-volumes.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/cephfs/fs-volumes.rst b/doc/cephfs/fs-volumes.rst index 397d128dd25..a35e8b8cbdc 100644 --- a/doc/cephfs/fs-volumes.rst +++ b/doc/cephfs/fs-volumes.rst @@ -76,6 +76,11 @@ To remove a volume, run the following command: This removes a file system and its data and metadata pools. It also tries to remove MDS daemons using the enabled ceph-mgr orchestrator module. +.. note:: After volume deletion, it is recommended to restart `ceph-mgr` + if a new file system is created on the same cluster and subvolume interface + is being used. Please see https://tracker.ceph.com/issues/49605#note-5 + for more details. + List volumes by running the following command: .. prompt:: bash # -- 2.39.5