Skip to content

Commit

Permalink
Update rocky9-preconfig-ceph.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Hutch-45D committed Jan 6, 2025
1 parent cf19bf7 commit 3e2b952
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rocky9-preconfig-ceph.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ EOF
exit
fi

# Install Ceph Packages
dnf install ceph ceph-radosgw ceph-mds ceph-mgr-dashboard -y


#Install 45Drives Repository
# echo "Downloading 45Drives Repo Setup Script"
Expand Down Expand Up @@ -213,6 +212,8 @@ update_system() {

echo "Updating system"
dnf update --nobest -y
# Install Ceph Packages
dnf install ceph ceph-radosgw ceph-mds ceph-mgr-dashboard -y
res=$?

if [[ $res != 0 ]]; then
Expand Down

0 comments on commit 3e2b952

Please sign in to comment.