Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grow the root disk #392

Open
alexis-eurecat opened this issue Sep 22, 2020 · 0 comments
Open

Grow the root disk #392

alexis-eurecat opened this issue Sep 22, 2020 · 0 comments

Comments

@alexis-eurecat
Copy link

alexis-eurecat commented Sep 22, 2020

I am using 0.13.0 version of vagrant-openstack-provider plugin, and Vagrant 2.2.9

I would like to increase the default size of the disk in the instance created by Vagrant. I tried with vagrant-disksize plugin and is just ignoring this parameter (as expected, because it is supposed to work only with VirtualBox).

I also tried with the experimental disk usage feature from Vagrant, with the same result.

I have been working with ESXi and it can be done via ESXi vagrant plugin, typing something like:

machine.vm.provider :vmware_esxi do |esxi|
  esxi.guest_boot_disk_size  = storage
end

Is there a way to do the same with Openstack provider?

Edit: I am not able to see the default created volumes, so I cannot stop VMs, detach, grow and reattach.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant