From 7f243262f9d64768e3ee12a9328fc36245bb244f Mon Sep 17 00:00:00 2001 From: "Patrick C. F. Ernzer" Date: Sun, 13 Feb 2022 02:05:44 +0100 Subject: [PATCH] doc/cephadm: Add CentOS Stream install instructions Signed-off-by: Patrick C. F. Ernzer . --- doc/cephadm/install.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/cephadm/install.rst b/doc/cephadm/install.rst index e9272a55f51..2c42729818d 100644 --- a/doc/cephadm/install.rst +++ b/doc/cephadm/install.rst @@ -110,6 +110,15 @@ that case, you can install cephadm directly. For example: apt install -y cephadm + In CentOS Stream: + + .. prompt:: bash # + :substitutions: + + dnf search release-ceph + dnf install --assumeyes centos-release-ceph-|stable-release| + dnf install --assumeyes cephadm + In Fedora: .. prompt:: bash # @@ -393,4 +402,4 @@ Then run bootstrap using the ``--image`` flag with your container image. For exa cephadm --image **:5000/ceph/ceph bootstrap --mon-ip ** -.. _cluster network: ../rados/configuration/network-config-ref#cluster-network \ No newline at end of file +.. _cluster network: ../rados/configuration/network-config-ref#cluster-network -- 2.39.5