]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephadm: enhancing daemon operations documentation 47074/head
authorRedouane Kachach <rkachach@redhat.com>
Wed, 15 Jun 2022 10:35:30 +0000 (12:35 +0200)
committerAdam King <adking@redhat.com>
Wed, 13 Jul 2022 00:48:36 +0000 (20:48 -0400)
Fixes: https://tracker.ceph.com/issues/54399
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
(cherry picked from commit df1aaacb7d09322528e42ae90c0d98793e9c254e)

doc/mgr/orchestrator.rst

index 2f20667f20c11865fbf40cdc33614ea3b2d13c42..a4900d5e63a3436d763a4a9e139541cb0c55f00d 100644 (file)
@@ -115,6 +115,34 @@ Service Commands::
 
     ceph orch <start|stop|restart|redeploy|reconfig> <service_name>
 
+   .. note:: these commands applies to cephadm containerized daemons only.
+
+Options
+=======
+
+.. option:: start
+
+   Start the daemon on the corresponding host.
+
+.. option:: stop
+
+   Stop the daemon on the corresponding host.
+
+.. option:: restart
+
+   Restart the daemon on the corresponding host.
+
+.. option:: redeploy
+
+   Redeploy the ceph daemon on the corresponding host. This will recreate the daemon directory
+   structure under ``/var/lib/ceph/<fsid>/<daemon-name>`` (if it doesn't exist), refresh its
+   configuration files, regenerate its unit-files and restarts the systemd daemon.
+
+.. option:: reconfig
+
+   Reconfigure the daemon on the corresponding host. This will refresh configuration files then restart the daemon.
+
+   .. note:: this command assumes the daemon directory ``/var/lib/ceph/<fsid>/<daemon-name>`` already exists.
 
 
 Configuring the Orchestrator CLI