From e5be0906c39e7e18f3a4acc89f51754cd8ac1be5 Mon Sep 17 00:00:00 2001 From: Ville Ojamo <14869000+bluikko@users.noreply.github.com> Date: Tue, 13 Jan 2026 12:43:31 +0700 Subject: [PATCH] doc/cephadm: more improvements to install.rst 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 | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/doc/cephadm/install.rst b/doc/cephadm/install.rst index f0ff5a8da6c49..78fc67d9bd265 100644 --- a/doc/cephadm/install.rst +++ b/doc/cephadm/install.rst @@ -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 < initial-ceph.conf - - :: + .. prompt:: bash $ auto + $ cat < initial-ceph.conf [mgr] mgr/cephadm/container_image_prometheus = :5000/prometheus mgr/cephadm/container_image_node_exporter = :5000/node_exporter mgr/cephadm/container_image_grafana = :5000/grafana mgr/cephadm/container_image_alertmanager = :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 :5000/ceph/ceph bootstrap --mon-ip + cephadm --image :5000/ceph/ceph bootstrap --mon-ip --conf initial-ceph.conf .. _cephadm-bootstrap-custom-ssh-keys: -- 2.47.3