]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc: Add a note on possible deadlock on volume deletion
authorKotresh HR <khiremat@redhat.com>
Fri, 11 Aug 2023 11:32:59 +0000 (17:02 +0530)
committerKotresh HR <khiremat@redhat.com>
Fri, 11 Aug 2023 11:34:59 +0000 (17:04 +0530)
Fixes: https://tracker.ceph.com/issues/62407
Signed-off-by: Kotresh HR <khiremat@redhat.com>
doc/cephfs/fs-volumes.rst

index 397d128dd2530631dc219f9d5ab680b6c07778c5..a35e8b8cbdc828f10264c500b0b6d7df759982dc 100644 (file)
@@ -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 #