Bug 1096312
Summary: | log spam in vdsm: guest agents not heartbeating | ||
---|---|---|---|
Product: | [oVirt] vdsm | Reporter: | Sven Kieske <s.kieske> |
Component: | General | Assignee: | Vinzenz Feenstra [evilissimo] <vfeenstr> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | sefi litmanovich <slitmano> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | --- | CC: | bazulay, bugs, gklein, mgoldboi, michal.skrivanek, rbalakri, vfeenstr, yeylon, ylavi |
Target Milestone: | ovirt-3.6.0-rc | Keywords: | EasyFix |
Target Release: | 4.17.8 | Flags: | rule-engine:
ovirt-3.6.0+
ylavi: planning_ack+ rule-engine: devel_ack+ mavital: testing_ack+ |
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | virt | ||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-02-10 12:53:44 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Virt | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Sven Kieske
2014-05-09 15:57:44 UTC
virt.vmchannels.Listener should keep track which of its channels have seen a timeout, and avoid re-logging further timeouts. Once a channel has seen an event, its "timeoutSeen" flag should be cleared. any reason this is targeted to 3.6 ? I guess it could get easily backported in 3.4.x tree? This also needs some reviewers love. It was targeted 3.6 because 3.5 is around the corner and we wanted it to be already for ages branched out. The decision for backporting this is not on me. You could try to bump that on devel Merged to upstream master as http://gerrit.ovirt.org/gitweb?p=vdsm.git;a=commit;h=4b6d194186de88ad8c8901b59aacb3879ccf7eca Bug tickets that are moved to testing must have target release set to make sure tester knows what to test. Please set the correct target release before moving to ON_QA. Verified with rhevm-3.6.2-0.1.el6.noarch and host with RHEL7.2 and vdsm-4.17.18-0.el7ev.noarch. Start vm with no rhevm-guest-agent installed. in vdsm log I can see: VM Channels Listener::DEBUG::2016-01-26 17:37:56,502::vmchannels::99::vds::(_handle_timeouts) Timeout on fileno 37. This message doesn't appear again for this channel. |