Skip to content

Commit

Permalink
Update rocky9-preconfig-ceph.sh
Browse files Browse the repository at this point in the history
Hutch-45D committed Jan 15, 2025
1 parent 82fc991 commit b496b67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rocky9-preconfig-ceph.sh
Original file line number Diff line number Diff line change
@@ -75,14 +75,14 @@ setup_45drives_repo() {
echo "Configuring Ceph Stable repository for version 17"
cat <<EOF > /etc/yum.repos.d/ceph_stable.repo
[ceph_stable]
baseurl = http://download.ceph.com/rpm-17.2.7/el9/\$basearch
baseurl = http://download.ceph.com/rpm-quincy/el9/\$basearch
gpgcheck = 1
gpgkey = https://download.ceph.com/keys/release.asc
name = Ceph Stable \$basearch repo
priority = 2
[ceph_stable_noarch]
baseurl = http://download.ceph.com/rpm-17.2.7/el9/noarch
baseurl = http://download.ceph.com/rpm-quincy/el9/noarch
gpgcheck = 1
gpgkey = https://download.ceph.com/keys/release.asc
name = Ceph Stable noarch repo

0 comments on commit b496b67

Please sign in to comment.