Hi Raj,

using "linked clones" is probably what you are looking for.

I have this enabled for all my boxes via the global Vagrantfile:

$ cat ~/.vagrant.d/Vagrantfile
Vagrant.configure("2") do |config|

  # always use linked clones
  config.vm.provider "virtualbox" do |v|
    v.linked_clone = true
  end
  config.vm.provider "vmware_fusion" do |v|
    v.linked_clone = true
  end
end

Cheers,
 Torben

On Sat, Mar 30, 2019 at 3:53 PM Rajganesh Pandurangan <prajgan...@gmail.com>
wrote:

> I'm new to Vagant. Is it possible to configure thin provisioning when
> using public boxes so it doesn't use my entire disk space. I have NVME M.2
> and i want to create a lot of boxes without using disk space. Any help will
> be appreciated.
>
> Thanks,
> Raj
>
> --
> This mailing list is governed under the HashiCorp Community Guidelines -
> https://www.hashicorp.com/community-guidelines.html. Behavior in
> violation of those guidelines may result in your removal from this mailing
> list.
>
> GitHub Issues: https://github.com/mitchellh/vagrant/issues
> IRC: #vagrant on Freenode
> ---
> You received this message because you are subscribed to the Google Groups
> "Vagrant" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to vagrant-up+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/vagrant-up/a2aae72b-dbcb-45df-82c9-1890701be3fa%40googlegroups.com
> <https://groups.google.com/d/msgid/vagrant-up/a2aae72b-dbcb-45df-82c9-1890701be3fa%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vagrant-up+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/CACN%2Ba_YVpWKdmDXTdbfLA8jk3QynxypUKRYjk3x9J7aJsXPGPg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to