Dan Kenigsberg has submitted this change and it was merged. Change subject: virt: Avoid timeout log spam due to channel timeouts ......................................................................
virt: Avoid timeout log spam due to channel timeouts Currently vmchannels.Listener is logging every timeout events every 30 seconds (based on guest_agent_timeout config value): vmChannels::91::vds::(_handle_timeouts) Timeout on fileno 106. This patch changes this behaviour to keep track if a timeout has been logged before and in that case wouldn't log it again until a new event (like incoming data) has been received. Change-Id: I82e868ce7c0ab28a9f7983887a097f760c3d0f69 Bug-Url: https://bugzilla.redhat.com/1096312 Signed-off-by: Vinzenz Feenstra <[email protected]> Reviewed-on: http://gerrit.ovirt.org/27627 Reviewed-by: Dan Kenigsberg <[email protected]> --- M vdsm/virt/vmchannels.py 1 file changed, 5 insertions(+), 1 deletion(-) Approvals: Vinzenz Feenstra: Verified Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/27627 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I82e868ce7c0ab28a9f7983887a097f760c3d0f69 Gerrit-PatchSet: 3 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Vinzenz Feenstra <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Gal Hammer <ghammer%[email protected]> Gerrit-Reviewer: Sven Kieske <[email protected]> Gerrit-Reviewer: Vinzenz Feenstra <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
