From 7af138e089bf0972a2067f84fe9dd6cd4588e7f8 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sat, 11 Sep 2021 19:15:38 +0200 Subject: [PATCH] doc/cephadm: Removing a service Signed-off-by: Sebastian Wagner --- doc/cephadm/monitoring.rst | 2 ++ doc/cephadm/service-management.rst | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/doc/cephadm/monitoring.rst b/doc/cephadm/monitoring.rst index d1b84f9bfae7d..e87a006a0906a 100644 --- a/doc/cephadm/monitoring.rst +++ b/doc/cephadm/monitoring.rst @@ -269,6 +269,8 @@ To disable monitoring and remove the software that supports it, run the followin $ ceph orch rm alertmanager $ ceph mgr module disable prometheus +See also :ref:`orch-rm`. + Setting up RBD-Image monitoring ------------------------------- diff --git a/doc/cephadm/service-management.rst b/doc/cephadm/service-management.rst index c8f47d9edd7df..284b1557ab735 100644 --- a/doc/cephadm/service-management.rst +++ b/doc/cephadm/service-management.rst @@ -388,6 +388,26 @@ specification. .. prompt:: bash # ceph orch apply -i myservice.yaml [--dry-run] + + +.. _orch-rm: + +Removing a Service +================== + +In order to remove a service including the removal +of all daemons of that service, run + +.. prompt:: bash + + ceph orch rm + +For example: + +.. prompt:: bash + + ceph orch rm rgw.myrgw + Deployment of Daemons ===================== @@ -452,6 +472,8 @@ Disabling automatic deployment of daemons Cephadm supports disabling the automated deployment and removal of daemons on a per service basis. The CLI supports two commands for this. +In order to fully remove a service, see :ref:`orch-rm`. + Disabling automatic management of daemons ----------------------------------------- -- 2.39.5