]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephadm: Removing a service 43141/head
authorSebastian Wagner <sewagner@redhat.com>
Sat, 11 Sep 2021 17:15:38 +0000 (19:15 +0200)
committerSebastian Wagner <sewagner@redhat.com>
Sat, 11 Sep 2021 17:15:38 +0000 (19:15 +0200)
Signed-off-by: Sebastian Wagner <sewagner@redhat.com>
doc/cephadm/monitoring.rst
doc/cephadm/service-management.rst

index d1b84f9bfae7d7740a85b4f0c0fbc1f9269c72f4..e87a006a0906acdb4559fb0afb3285fb1fe6214c 100644 (file)
@@ -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
 -------------------------------
 
index c8f47d9edd7dfd209093e5c76fd69e4679012263..284b1557ab73512bd21cdd42a0b85712ed661c1b 100644 (file)
@@ -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 <service-name>
+
+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
 -----------------------------------------