From 9441d66318d243789af6d22cae1a778b35694419 Mon Sep 17 00:00:00 2001 From: Michael Fritch Date: Tue, 9 Mar 2021 21:06:27 -0700 Subject: [PATCH] doc/cephadm: remove step to restart the mgr a restart of the mgr does not appear to be necessary after a `ceph config-key set ...` Signed-off-by: Michael Fritch --- doc/cephadm/monitoring.rst | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/doc/cephadm/monitoring.rst b/doc/cephadm/monitoring.rst index adacc0104dd..e2e180c22bf 100644 --- a/doc/cephadm/monitoring.rst +++ b/doc/cephadm/monitoring.rst @@ -119,13 +119,6 @@ A custom certificate can be configured using the following commands. ceph config-key set mgr/cephadm/grafana_key -i $PWD/key.pem ceph config-key set mgr/cephadm/grafana_crt -i $PWD/certificate.pem -The ``cephadm`` manager module needs to be restarted to be able to read updates -to these keys. - -.. code-block:: bash - - ceph orch restart mgr - If you already deployed Grafana, you need to ``reconfig`` the service for the configuration to be updated. @@ -244,8 +237,8 @@ To set contents of files as template use the ``-i`` argument: When using files as input to ``config-key`` an absolute path to the file must be used. -It is required to restart the cephadm mgr module after a configuration option -has been set. Then the configuration file for the service needs to be recreated. + +Then the configuration file for the service needs to be recreated. This is done using `reconfig`. For more details see the following example. Example @@ -257,9 +250,6 @@ Example ceph config-key set mgr/cephadm/services/prometheus/prometheus.yml \ -i $PWD/prometheus.yml.j2 - # restart cephadm mgr module - ceph orch restart mgr - # reconfig the prometheus service ceph orch reconfig prometheus -- 2.39.5