Add disk resizes
This commit is contained in:
parent
2c2211a6d6
commit
efeee14e8f
1 changed files with 1 additions and 1 deletions
2
disk.sh
2
disk.sh
|
@ -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))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue