Skip to content

Commit df9f93b

Browse files
committed
Update rocky9-preconfig-ceph.sh
1 parent 98840f7 commit df9f93b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rocky9-preconfig-ceph.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,14 @@ setup_45drives_repo() {
7575
echo "Configuring Ceph Stable repository for version 17"
7676
cat <<EOF > /etc/yum.repos.d/ceph_stable.repo
7777
[ceph_stable]
78-
baseurl = http://download.ceph.com/rpm-quincy/el9/\$basearch
78+
baseurl = http://download.ceph.com/rpm-17.2.7/el9/\$basearch
7979
gpgcheck = 1
8080
gpgkey = https://download.ceph.com/keys/release.asc
8181
name = Ceph Stable \$basearch repo
8282
priority = 2
8383
8484
[ceph_stable_noarch]
85-
baseurl = http://download.ceph.com/rpm-quincy/el9/noarch
85+
baseurl = http://download.ceph.com/rpm-17.2.7/el9/noarch
8686
gpgcheck = 1
8787
gpgkey = https://download.ceph.com/keys/release.asc
8888
name = Ceph Stable noarch repo

0 commit comments

Comments
 (0)