From f3db54bc8f4c55787ee888f0312affee3614272a 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 (cherry picked from commit b93b3364ae00946b9eb1fa1406be0ee22e60baac) --- 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 cffca11cc3d4c..d95f46088c8d1 100644 --- a/doc/cephfs/fs-volumes.rst +++ b/doc/cephfs/fs-volumes.rst @@ -72,6 +72,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: $ ceph fs volume ls -- 2.39.5