From bdb12c18544096c2d767ef57476e816049e00769 Mon Sep 17 00:00:00 2001 From: Redouane Kachach Date: Wed, 15 Jun 2022 12:35:30 +0200 Subject: [PATCH] doc/cephadm: enhancing daemon operations documentation Fixes: https://tracker.ceph.com/issues/54399 Signed-off-by: Redouane Kachach (cherry picked from commit df1aaacb7d09322528e42ae90c0d98793e9c254e) --- doc/mgr/orchestrator.rst | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/doc/mgr/orchestrator.rst b/doc/mgr/orchestrator.rst index 2f20667f20c11..a4900d5e63a34 100644 --- a/doc/mgr/orchestrator.rst +++ b/doc/mgr/orchestrator.rst @@ -115,6 +115,34 @@ Service Commands:: ceph orch + .. 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//`` (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//`` already exists. Configuring the Orchestrator CLI -- 2.39.5