File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ for i in "${!OSD_LIST[@]}"; do
234234 done
235235
236236 OK_TO_STOP=$( ceph osd ok-to-stop $OSD_ID )
237- if [ $OK_TOP_STOP -ne 0 ];
237+ if [ $OK_TOP_STOP -ne 0 ]; then
238238 echo " Error: stopping osd.$OSD_ID would result in data unavailability"
239239 exit 1
240240 fi
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ echo "[3/10] Installing wget..."
3838sudo $PM install -y wget
3939
4040echo " [4/10] Downloading and setting up MinIO binary..."
41- sudo wget https://dl.min.io/server/minio/release/linux-amd64/minio -O /usr/local/bin/minio
41+ sudo wget https://dl.min.io/community/ server/minio/release/linux-amd64/archive/ minio.RELEASE.2025-04-22T22-12-26Z -O /usr/local/bin/minio
4242sudo chmod +x /usr/local/bin/minio
4343
4444echo " [5/10] Creating ZFS filesystem ${POOL_NAME} /minio..."
You can’t perform that action at this time.
0 commit comments