]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephadm: use `reconfig` instead of `redeploy`
authorMichael Fritch <mfritch@suse.com>
Wed, 10 Mar 2021 04:06:20 +0000 (21:06 -0700)
committerMichael Fritch <mfritch@suse.com>
Wed, 10 Mar 2021 04:06:20 +0000 (21:06 -0700)
`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 <mfritch@suse.com>
doc/cephadm/monitoring.rst

index 2941894c195e6eaff3477f5e26ed476bdda75971..adacc0104dd5816f59889f96e094671b8c3a5704 100644 (file)
@@ -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
 --------------------