We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98840f7 commit df9f93bCopy full SHA for df9f93b
rocky9-preconfig-ceph.sh
@@ -75,14 +75,14 @@ setup_45drives_repo() {
75
echo "Configuring Ceph Stable repository for version 17"
76
cat <<EOF > /etc/yum.repos.d/ceph_stable.repo
77
[ceph_stable]
78
-baseurl = http://download.ceph.com/rpm-quincy/el9/\$basearch
+baseurl = http://download.ceph.com/rpm-17.2.7/el9/\$basearch
79
gpgcheck = 1
80
gpgkey = https://download.ceph.com/keys/release.asc
81
name = Ceph Stable \$basearch repo
82
priority = 2
83
84
[ceph_stable_noarch]
85
-baseurl = http://download.ceph.com/rpm-quincy/el9/noarch
+baseurl = http://download.ceph.com/rpm-17.2.7/el9/noarch
86
87
88
name = Ceph Stable noarch repo
0 commit comments