sprotheroe / vagrant-disksize

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

vagrant up fails if disksize not specified #1

Closed sprotheroe closed 7 years ago

sprotheroe commented 7 years ago

If the plugin is installed but the "config.disksize.size = XXGB" line is not present in the Vagrantfile then vagrant will not be able to bring up the machine.

sprotheroe commented 7 years ago

Fixed by d514848