From d4e8a0fe9a876cd99d5d6faf20962bd2e604d842 Mon Sep 17 00:00:00 2001 From: Redouane Kachach Date: Thu, 27 Jan 2022 18:05:24 +0100 Subject: [PATCH] doc/cephadm: fixing cluster purging section https://tracker.ceph.com/issues/54018 ceph orch is not enough to stop all cephadm operations Signed-off-by: Redouane Kachach (cherry picked from commit 5a4f5fb29ed88110f64ffed0187902ffa3368880) --- doc/cephadm/operations.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/cephadm/operations.rst b/doc/cephadm/operations.rst index ec6e8887a64..cc8648677ba 100644 --- a/doc/cephadm/operations.rst +++ b/doc/cephadm/operations.rst @@ -524,18 +524,18 @@ Purging a cluster .. danger:: THIS OPERATION WILL DESTROY ALL DATA STORED IN THIS CLUSTER -In order to destroy a cluster and delete all data stored in this cluster, pause -cephadm to avoid deploying new daemons. +In order to destroy a cluster and delete all data stored in this cluster, disable +cephadm to stop all orchestration operations (so we avoid deploying new daemons). .. prompt:: bash # - ceph orch pause + ceph mgr module disable cephadm Then verify the FSID of the cluster: .. prompt:: bash # - ceph fsid + ceph fsid Purge ceph daemons from all hosts in the cluster -- 2.47.3