Retry SSH on connection reset
This commit is contained in:
parent
c8ae1a265a
commit
b037a8d89c
|
@ -157,6 +157,7 @@ module VagrantPlugins
|
|||
# necessarily represent immediate failure cases.
|
||||
exceptions = [
|
||||
Errno::ECONNREFUSED,
|
||||
Errno::ECONNRESET,
|
||||
Errno::EHOSTUNREACH,
|
||||
Net::SSH::Disconnect,
|
||||
Timeout::Error
|
||||
|
|
Loading…
Reference in New Issue