Add disk resizes

This commit is contained in:
Kroese 2023-04-15 18:00:43 +02:00 committed by GitHub
parent 2c2211a6d6
commit efeee14e8f

View file

@ -14,7 +14,7 @@ if [ -f "${DATA}" ]; then
if [ "$DATA_SIZE" -gt "$OLD_SIZE" ]; 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)) REQ=$((DATA_SIZE-OLD_SIZE))