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(a)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(a)redhat.com>
Gerrit-Reviewer: Keith Robertson <kroberts(a)redhat.com>
Gerrit-Reviewer: Kiril Nesenko <knesenko(a)redhat.com>
Gerrit-Reviewer: Moran Goldboim <mgoldboi(a)redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: Yedidyah Bar David <didi(a)redhat.com>