Skip to content

Commit

Permalink
catch an extremely rare IOError on ssh sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mu Administrator committed Oct 2, 2020
1 parent 2ae8278 commit 0b27fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mu/cloud/ssh_sessions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def initialSSHTasks(ssh)
end
end
end
rescue RuntimeError => e
rescue RuntimeError, IOError => e
raise MU::Cloud::BootstrapTempFail, "Got #{e.inspect} performing initial SSH connect tasks, will try again"
end

Expand Down

0 comments on commit 0b27fa2

Please sign in to comment.