From: Sebastian Wagner Date: Sat, 11 Sep 2021 17:15:38 +0000 (+0200) Subject: doc/cephadm: Removing a service X-Git-Tag: v16.2.7~67^2~70 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ff75da9c95201971c481bc90bef217661e391841;p=ceph.git doc/cephadm: Removing a service Signed-off-by: Sebastian Wagner (cherry picked from commit 7af138e089bf0972a2067f84fe9dd6cd4588e7f8) --- diff --git a/doc/cephadm/monitoring.rst b/doc/cephadm/monitoring.rst index d1b84f9bfae7..e87a006a0906 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 c8f47d9edd7d..284b1557ab73 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 -----------------------------------------