Change in ovirt-log-collector[ovirt-log-collector-3.3]: HyperVisorData: Run ssh with -n

Sandro Bonazzola has submitted this change and it was merged. Change subject: HyperVisorData: Run ssh with -n ...................................................................... HyperVisorData: Run ssh with -n The fix to https://bugzilla.redhat.com/1010472 was to add '-t' to provide a controlling tty to the remote ausearch. This caused the tty to be garbled under certain conditions. A comment in that bug mentions that this is due to ausearch expecting a log file path on stdin if stdin is a pipe. So this change makes ssh run with '-n' thus not providing an stdin to the remote command. Change-Id: Id3e65b5564eb34e72e57f824fb86f9c50acfa1c5 Bug-Url: https://bugzilla.redhat.com/1058744 Signed-off-by: Sandro Bonazzola <sbonazzo@redhat.com> Signed-off-by: Yedidyah Bar David <didi@redhat.com> --- M src/__main__.py 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Sandro Bonazzola: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/23800 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id3e65b5564eb34e72e57f824fb86f9c50acfa1c5 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-log-collector Gerrit-Branch: ovirt-log-collector-3.3 Gerrit-Owner: Sandro Bonazzola <sbonazzo@redhat.com> Gerrit-Reviewer: Sandro Bonazzola <sbonazzo@redhat.com> Gerrit-Reviewer: Yedidyah Bar David <didi@redhat.com> Gerrit-Reviewer: oVirt Jenkins CI Server
participants (1)
-
sbonazzo@redhat.com