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
|
# errors that are generally fixed from a retry and don't
|
||||||
# necessarily represent immediate failure cases.
|
# necessarily represent immediate failure cases.
|
||||||
exceptions = [
|
exceptions = [
|
||||||
|
Errno::EADDRINUSE,
|
||||||
Errno::ECONNREFUSED,
|
Errno::ECONNREFUSED,
|
||||||
Errno::ECONNRESET,
|
Errno::ECONNRESET,
|
||||||
Errno::EHOSTUNREACH,
|
Errno::EHOSTUNREACH,
|
||||||
|
|
Loading…
Reference in New Issue