From: Michael Fritch Date: Wed, 10 Mar 2021 04:06:20 +0000 (-0700) Subject: doc/cephadm: use `reconfig` instead of `redeploy` X-Git-Tag: v17.1.0~2655^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=b4b6f359dfbbe17288457066f3f182e3095ea81d;p=ceph.git doc/cephadm: use `reconfig` instead of `redeploy` `reconfig` can be used to apply a change to either the tls/ssl cert or a custom configuration file (j2) Signed-off-by: Michael Fritch --- diff --git a/doc/cephadm/monitoring.rst b/doc/cephadm/monitoring.rst index 2941894c195e6..adacc0104dd58 100644 --- a/doc/cephadm/monitoring.rst +++ b/doc/cephadm/monitoring.rst @@ -126,14 +126,14 @@ to these keys. ceph orch restart mgr -If you already deployed Grafana, you need to redeploy the service for the +If you already deployed Grafana, you need to ``reconfig`` the service for the configuration to be updated. .. code-block:: bash - ceph orch redeploy grafana + ceph orch reconfig grafana -The ``redeploy`` command also takes care of setting the right URL for Ceph +The ``reconfig`` command also takes care of setting the right URL for Ceph Dashboard. Using custom images @@ -246,7 +246,7 @@ To set contents of files as template use the ``-i`` argument: 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. -This is done using `redeploy`. For more details see the following example. +This is done using `reconfig`. For more details see the following example. Example """"""" @@ -260,8 +260,8 @@ Example # restart cephadm mgr module ceph orch restart mgr - # redeploy the prometheus service - ceph orch redeploy prometheus + # reconfig the prometheus service + ceph orch reconfig prometheus Disabling monitoring --------------------