Change in ovirt-log-collector[master]: ssh: avoid connection timeouts

Sandro Bonazzola has submitted this change and it was merged. Change subject: ssh: avoid connection timeouts ...................................................................... ssh: avoid connection timeouts On some hypervistor the sosreport collection can take more than 900 seconds (default ClientAliveInterval). Calling ssh with -oServerAliveInterval=600 avoid the connection timeout for ServerAliveCountMax (deafults=3) times. Change-Id: I19075dd1a39ed0f9f7242897157d017c2375aad6 Bug-Url: https://bugzilla.redhat.com/962677 Signed-off-by: Sandro Bonazzola <sbonazzo@redhat.com> --- M src/__main__.py 1 file changed, 4 insertions(+), 0 deletions(-) Approvals: Sandro Bonazzola: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/16293 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I19075dd1a39ed0f9f7242897157d017c2375aad6 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-log-collector Gerrit-Branch: master Gerrit-Owner: Sandro Bonazzola <sbonazzo@redhat.com> Gerrit-Reviewer: Keith Robertson <kroberts@redhat.com> Gerrit-Reviewer: Kiril Nesenko <knesenko@redhat.com> Gerrit-Reviewer: Moran Goldboim <mgoldboi@redhat.com> Gerrit-Reviewer: Sandro Bonazzola <sbonazzo@redhat.com> Gerrit-Reviewer: Yedidyah Bar David <didi@redhat.com>
participants (1)
-
sbonazzo@redhat.com