Re: [vagrant-up] Idea: immutable base-disk images and per-VM differencing images

2016-08-16 Thread Alvaro Miranda Aguilera
what i understand, is with virtuabox this is what it does. base box -> base full clone for linked clones base -> linked clone1 base -> linked clone2 that is to ensure the linked clone are independent from the base box, since vagrant box remove wont check for linked clones of base boxes. Thats

Re: [vagrant-up] Idea: immutable base-disk images and per-VM differencing images

2016-08-15 Thread Edward Evans
Right, but with the HyperV support, the first box uses a diff disk whereas with with the VB and linked clones only 2nd and successive use diff disk, right? On Monday, August 15, 2016 at 3:27:19 PM UTC-5, Alvaro Miranda Aguilera wrote: > > not necesarily for multi machine > > my understanding is

Re: [vagrant-up] Idea: immutable base-disk images and per-VM differencing images

2016-08-15 Thread Alvaro Miranda Aguilera
not necesarily for multi machine my understanding is on the 2nd and so on guest from the same template On Mon, Aug 15, 2016 at 7:55 PM, Edward Evans wrote: > Actually, I was hoping for something more like this that is for HyperV > being enabled for VB. As I understand it, the linked clones on

Re: [vagrant-up] Idea: immutable base-disk images and per-VM differencing images

2016-08-15 Thread Edward Evans
Actually, I was hoping for something more like this that is for HyperV being enabled for VB. As I understand it, the linked clones only works for multi-machine. Am I wrong here? https://github.com/mitchellh/vagrant/pull/7090 On Saturday, August 13, 2016 at 3:18:10 PM UTC-5, Torben Knerr wrote:

Re: [vagrant-up] Idea: immutable base-disk images and per-VM differencing images

2016-08-14 Thread Edward Evans
Yes, indeed. Thanks so much! -- 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/mitchell

Re: [vagrant-up] Idea: immutable base-disk images and per-VM differencing images

2016-08-13 Thread Torben Knerr
Yes, see the linked clones section here: https://www.vagrantup.com/docs/virtualbox/configuration.html HTH, Torben Am 13.08.2016 8:11 nachm. schrieb "Edward Evans" : > Was this ever implemented and if so can you point me to any details? > Tia > > -- > This mailing list is governed under the Hashi

Re: [vagrant-up] Idea: immutable base-disk images and per-VM differencing images

2016-08-13 Thread Edward Evans
Was this ever implemented and if so can you point me to any details? Tia -- 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.