Merge pull request #9065 from briancain/catch-epipes
Add Errno::EPIPE exception to ssh communicator
This commit is contained in:
commit
af125f01e4
|
@ -36,6 +36,7 @@ module VagrantPlugins
|
|||
Errno::ECONNRESET,
|
||||
Errno::ENETUNREACH,
|
||||
Errno::EHOSTUNREACH,
|
||||
Errno::EPIPE,
|
||||
Net::SSH::Disconnect,
|
||||
Timeout::Error
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue