mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Allow control of the volume size to be increased from the box default virtual_size value so that it is possible to use a box configured with a minimal initial disk size and create virtual guests with larger disk sizes. Warn the user and ignore sizes that are less than the box size, and inform them that a manual filesystem resize will be needed to take advantage of the additional available disk space. fixes: #37