From eb8a95d1433e284bf32177950bfbaa2479e2cf1c 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 Tested on CentOS Stream 9 Signed-off-by: Patrick C. F. Ernzer . --- doc/cephadm/install.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/cephadm/install.rst b/doc/cephadm/install.rst index 7dc2b7e08d93e..f458f6d8dc8f2 100644 --- a/doc/cephadm/install.rst +++ b/doc/cephadm/install.rst @@ -110,6 +110,13 @@ that case, you can install cephadm directly. For example: apt install -y cephadm + In CentOS Stream: + + .. prompt:: bash # + + dnf install --assumeyes centos-release-ceph-pacific.noarch + dnf install --assumeyes cephadm + In Fedora: .. prompt:: bash # @@ -373,4 +380,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