Skip to content

Commit 8db6d76

Browse files
authored
Merge pull request #18 from 45Drives/dev-hutch
Updated script to pull down archive version with the Full UI access
2 parents cdb3395 + dfddd57 commit 8db6d76

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

add-db-to-osd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

deploy-minio.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ echo "[3/10] Installing wget..."
3838
sudo $PM install -y wget
3939

4040
echo "[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
4242
sudo chmod +x /usr/local/bin/minio
4343

4444
echo "[5/10] Creating ZFS filesystem ${POOL_NAME}/minio..."

0 commit comments

Comments
 (0)