I think this is worth revisiting. 

I used to be able to reproduce this problem a number of years and several 
versions of VirtualBox ago, but with Vagrant 2.2.4 and Version 6.0.12 
r133076, and monkeypatching a "parallel: true" 
into this line 
https://github.com/hashicorp/vagrant/blob/master/plugins/providers/virtualbox/plugin.rb#L12
 
and the following Vagrantfile with repeated test over the course of an hour 
on Mac OS 10.15, I'm no longer able to reproduce the session problems with 
VirtualBox.

Vagrant.configure("2") do |config|
  (1..10).each do |i|
    config.vm.provider "virtualbox" do |v|
      v.linked_clone = true
    end
    config.vm.define "test-#{i}" do |node|
      node.vm.box = "debian/jessie64"
    end
  end
end

Is anyone able to reproduce the session problem? Because if not, I would 
argue it's time to update the provider :D
I'm not aware of the problem being OS specific, but I do recall that my 
previous tests were run when Debian or Ubuntu were my desktop of choice.

Thank you to everyone who's work continues to make Vagrant an awesome tool 
to use!
Jeff.

On Tuesday, March 26, 2019 at 2:18:20 AM UTC-7, Simon Gooch wrote:
>
> Hi,
>
> Has there been any progress on this, as I'm also interested in getting 
> this to work.
>
> Many thanks
>
> On Tuesday, 18 November 2014 03:43:52 UTC, Tero Saarni wrote:
>>
>> On Sunday, November 16, 2014 7:34:00 PM UTC+2, Umair Chagani wrote:
>>>
>>> I think the quickest test for this is to open up two terminal sessions 
>>> and vagrant up both of them. I remember reading a guy trying this and VB 
>>> throwing up.
>>>
>>> VirtualBox also has a huge problem with user sessions which needs to be 
>>> solved.
>>>
>>  
>> I already tested this before just by adding 'parallel: true' into the 
>> provider function call in virtualbox/plugin.rb file in Vagrant code.  That 
>> seemed to activate parallel support and I have not seen any big problems, 
>> besides progress printouts being a bit misleading when starting two VMs at 
>> once.  But since VirtualBox provider is not registered with 'parallel: 
>> true' by default I assume I'm not seeing the whole picture.  
>>
>> I wonder if anyone got more insight into this?
>>
>> -- 
>> Tero
>>
>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/191a4481-d3a1-47a2-bff2-483226489f7f%40googlegroups.com.

Reply via email to