Merge pull request #7299 from tiemevanveen/patch-1

Added 'vagrant reload' info on collision_error
This commit is contained in:
Seth Vargo 2016-05-10 11:58:44 +02:00
commit c4fab86752
1 changed files with 5 additions and 1 deletions

View File

@ -1733,7 +1733,11 @@ en:
Sometimes, Vagrant will attempt to auto-correct this for you. In this
case, Vagrant was unable to. This is usually because the guest machine
is in a state which doesn't allow modifying port forwarding.
is in a state which doesn't allow modifying port forwarding. You could
try 'vagrant reload' (equivalent of running a halt followed by an up)
so vagrant can attempt to auto-correct this upon booting. Be warned
that any unsaved work might be lost.
fixed_collision: |-
Fixed port collision for %{guest_port} => %{host_port}. Now on port %{new_port}.
forwarding: Forwarding ports...