Bug 1285851
| Summary: | [guest-agent] Problem with negotiation of API version when GA is restarted | |||
|---|---|---|---|---|
| Product: | [oVirt] ovirt-guest-agent | Reporter: | Jiri Belka <jbelka> | |
| Component: | General | Assignee: | Vinzenz Feenstra [evilissimo] <vfeenstr> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jiri Belka <jbelka> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | medium | |||
| Version: | --- | CC: | bugs, mgoldboi, michal.skrivanek, tjelinek, vfeenstr | |
| Target Milestone: | ovirt-3.6.5 | Keywords: | ZStream | |
| Target Release: | 1.0.11-5 | Flags: | rule-engine:
ovirt-3.6.z+
mgoldboi: planning_ack+ tjelinek: devel_ack+ pstehlik: testing_ack+ |
|
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | 3.6.5-1 | Doc Type: | Bug Fix | |
| Doc Text: |
Previously when the ovirt guest agent service has been restarted (e.g. the VM restarted or just the service) the negotiated protocol version between hypervisor and guest os dropped to 0 which caused that all newer features which would have been supported by the guest agent wouldn't be available.
This bug fix resolves this issue.
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1316916 (view as bug list) | Environment: | ||
| Last Closed: | 2016-04-21 14:35:51 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: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1316916 | |||
|
Description
Jiri Belka
2015-11-26 16:38:50 UTC
do we have a build? I may have moved the bug to ON_QA by mistake ok, 1.0.11-6 [root@10-34-61-96 ~]# grep -Ei '(Stopping|Starting) oVirt|api version' /var/log/ovirt-guest-agent/ovirt-guest-agent.log.1 MainThread::INFO::2016-04-18 14:19:19,019::ovirt-guest-agent::57::root::Starting oVirt guest agent Dummy-2::DEBUG::2016-04-18 14:19:19,309::OVirtAgentLogic::193::root::Message timezone not supported by api version 0. Dummy-2::DEBUG::2016-04-18 14:19:19,358::OVirtAgentLogic::193::root::Message os-info not supported by api version 0. Dummy-1::DEBUG::2016-04-18 14:19:19,364::OVirtAgentLogic::193::root::Message timezone not supported by api version 0. Dummy-1::DEBUG::2016-04-18 14:19:19,386::OVirtAgentLogic::193::root::Message os-info not supported by api version 0. Dummy-1::INFO::2016-04-18 14:19:28,375::OVirtAgentLogic::112::root::API Version updated from 0 to 2 MainThread::INFO::2016-04-18 14:20:07,054::ovirt-guest-agent::102::root::Stopping oVirt guest agent MainThread::INFO::2016-04-18 14:20:07,428::ovirt-guest-agent::57::root::Starting oVirt guest agent Dummy-2::DEBUG::2016-04-18 14:20:07,603::OVirtAgentLogic::193::root::Message timezone not supported by api version 0. Dummy-2::DEBUG::2016-04-18 14:20:07,624::OVirtAgentLogic::193::root::Message os-info not supported by api version 0. Dummy-1::INFO::2016-04-18 14:20:16,641::OVirtAgentLogic::112::root::API Version updated from 0 to 2 |