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

Provider builds VM in parallel #160

Open
dbblackdiamond opened this issue Dec 4, 2015 · 9 comments
Open

Provider builds VM in parallel #160

dbblackdiamond opened this issue Dec 4, 2015 · 9 comments

Comments

@dbblackdiamond
Copy link

Hi,

I have been playing with the vsphere provider for Vagrant and found that the provider by default, builds the VMs in parallel and not serially, like all other providers. Would it be possible to change this behaviour to match the default behaviour of the other Vagrant providers?

Thanks a lot,
Bertrand.

@edmcman
Copy link

edmcman commented Dec 4, 2015

The only other Vagrant provider I use is vagrant-aws, which builds in parallel by default. I agree that this inconsistency between providers is undesirable, but I think it's something that really must be addressed at the Vagrant level, not by every single provider.

@dbblackdiamond
Copy link
Author

I think it would be good if the default behaviour was the same on all providers, whether the builds are done in parallel or not. I think having this sort of consistency would be highly desirable. I'll open an issue on the Vagrant GitHub page regarding this topic as well and see what response I get.

@rylarson
Copy link
Contributor

It doesn't help that running this provider in parallel is broken

@edmcman
Copy link

edmcman commented Dec 14, 2015

What do you mean @rylarson?

@rylarson
Copy link
Contributor

rylarson commented Mar 3, 2016

@edmcman If you try to bring up a few VMs in parallel, it will fail. The parallel mode has never worked in this plugin.

@edmcman
Copy link

edmcman commented Mar 3, 2016

@rylarson I use parallel mode all the time. It works fine for me. Maybe you should file a bug.

@rylarson
Copy link
Contributor

rylarson commented Mar 3, 2016

@edmcman There are already multiple issues open for it :)

How many vms are you bringing up in parallel?

@edmcman
Copy link

edmcman commented Mar 3, 2016

I bring up between 2 and 10 at a time fairly routinely.

@taliesins
Copy link
Contributor

Have a look at #210

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

4 participants