Add disk resizes

This commit is contained in:
Kroese 2023-04-15 18:00:07 +02:00 committed by GitHub
parent a8a81d1232
commit 77131047ca

View File

@ -24,7 +24,7 @@ if [ -f "${DATA}" ]; then
if [ "$DATA_SIZE" -gt "$OLD_SIZE" ]; then
echo "Resizing data disk from $OLD_SIZE to $DATA_SIZE bytes.."
echo "INFO: Resizing data disk from $OLD_SIZE to $DATA_SIZE bytes.."
REQ=$((DATA_SIZE-OLD_SIZE))