Open queglay opened 4 years ago
It works just okay.
$ vagrant --version
Vagrant 2.2.9
$ VBoxManage --version
6.0.22r137980
Vagrantfile (partial, of course):
config.vagrant.plugins = ['vagrant-disksize']
config.disksize.size = '50GB'
$ vagrant up
Vagrant has detected project local plugins configured for this
project which are not installed.
vagrant-disksize
Install local plugins (Y/N) [N]: y
Installing the 'vagrant-disksize' plugin. This can take a few minutes...
Fetching vagrant-disksize-0.1.3.gem
Installed the plugin 'vagrant-disksize (0.1.3)'!
Vagrant has completed installing local plugins for the current Vagrant
project directory. Please run the requested command again.
During the next vagrant up
the disk was changed to VDI and resized:
Resized disk: old 10240 MB, req 51200 MB, new 51200 MB
After updating to Vagrant 2.2.9 the plugin doesn't work.