Retry SSH on EADDRINUSE
This commit is contained in:
parent
f7491e2c65
commit
8c33814397
@ -165,6 +165,7 @@ module VagrantPlugins
|
||||
# errors that are generally fixed from a retry and don't
|
||||
# necessarily represent immediate failure cases.
|
||||
exceptions = [
|
||||
Errno::EADDRINUSE,
|
||||
Errno::ECONNREFUSED,
|
||||
Errno::ECONNRESET,
|
||||
Errno::EHOSTUNREACH,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user