]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephadm: more improvements to install.rst 66899/head
authorVille Ojamo <14869000+bluikko@users.noreply.github.com>
Tue, 13 Jan 2026 05:43:31 +0000 (12:43 +0700)
committerVille Ojamo <14869000+bluikko@users.noreply.github.com>
Tue, 13 Jan 2026 05:43:31 +0000 (12:43 +0700)
Fix CLI command example missing a line and use a single paragraph for
it.
Use the just-created initial-ceph.conf for bootstrap.
Improve text.

Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com>
doc/cephadm/install.rst

index f0ff5a8da6c490502d2a302a3122f3b8e3df523b..78fc67d9bd2656f2a17e268da953dead323a0d93 100644 (file)
@@ -478,26 +478,24 @@ have access to all hosts that you plan to add to the cluster.
    * AlertManager container image
 
 #. Create a temporary configuration file to store the names of the monitoring
-   images. (See :ref:`cephadm_monitoring-images`):
+   images (see :ref:`cephadm_monitoring-images`):
 
-   .. prompt:: bash $
-
-      cat <<EOF > initial-ceph.conf
-
-   ::
+   .. prompt:: bash $ auto
 
+      $ cat <<EOF > initial-ceph.conf
       [mgr]
       mgr/cephadm/container_image_prometheus = <hostname>:5000/prometheus
       mgr/cephadm/container_image_node_exporter = <hostname>:5000/node_exporter
       mgr/cephadm/container_image_grafana = <hostname>:5000/grafana
       mgr/cephadm/container_image_alertmanager = <hostname>:5000/alertmanger
+      EOF
 
-#. Run bootstrap using the ``--image`` flag and pass the name of your
-   container image as the argument of the image flag. For example:
+#. Run bootstrap using the temporary configuration file and pass the name of your
+   container image as the argument of the ``--image`` flag. For example:
 
    .. prompt:: bash #
 
-      cephadm --image <hostname>:5000/ceph/ceph bootstrap --mon-ip <mon-ip>
+      cephadm --image <hostname>:5000/ceph/ceph bootstrap --mon-ip <mon-ip> --conf initial-ceph.conf
 
 
 .. _cephadm-bootstrap-custom-ssh-keys: