sprotheroe / vagrant-disksize

Vagrant plugin to resize disks in VirtualBox
MIT License
479 stars 52 forks source link

Disk should be also resized on `vagrant reload`, not only `vagrant up` #30

Open AvenzaOleg opened 5 years ago

AvenzaOleg commented 5 years ago

If one does vagrant reload, it does not resize the disk size. However, it does that for vagrant halt; vagrant up;.

That's confusing because I thought the plugin does not support changing of disk size after the initial setup.