-
Notifications
You must be signed in to change notification settings - Fork 166
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
Comments
The only other Vagrant provider I use is |
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. |
It doesn't help that running this provider in parallel is broken |
What do you mean @rylarson? |
@edmcman If you try to bring up a few VMs in parallel, it will fail. The parallel mode has never worked in this plugin. |
@rylarson I use parallel mode all the time. It works fine for me. Maybe you should file a bug. |
@edmcman There are already multiple issues open for it :) How many vms are you bringing up in parallel? |
I bring up between 2 and 10 at a time fairly routinely. |
Have a look at #210 |
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.
The text was updated successfully, but these errors were encountered: