Bug 1338512
| Summary: | ovirt-guest-agent 1.0.12 not working on CentOS with Docker | ||
|---|---|---|---|
| Product: | [oVirt] ovirt-guest-agent | Reporter: | Sandro Bonazzola <sbonazzo> |
| Component: | Core | Assignee: | Vinzenz Feenstra [evilissimo] <vfeenstr> |
| Status: | CLOSED DUPLICATE | QA Contact: | Pavel Stehlik <pstehlik> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 1.0.12 | CC: | bugs, michal.skrivanek |
| Target Milestone: | ovirt-4.0.0-rc | Flags: | michal.skrivanek:
ovirt-4.0.0?
rule-engine: planning_ack? michal.skrivanek: devel_ack+ rule-engine: testing_ack? |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-05-23 07:08:55 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: | |||
*** This bug has been marked as a duplicate of bug 1337941 *** *** Bug 1338518 has been marked as a duplicate of this bug. *** |
On CentOS: # rpm -qv docker ovirt-guest-agent-common docker-1.9.1-40.el7.centos.x86_64 ovirt-guest-agent-common-1.0.12-1.el7.noarch Description of problem: [root@docker ~]# service ovirt-guest-agent status -l Redirecting to /bin/systemctl status -l ovirt-guest-agent.service ● ovirt-guest-agent.service - oVirt Guest Agent Loaded: loaded (/usr/lib/systemd/system/ovirt-guest-agent.service; enabled; vendor preset: disabled) Active: active (running) since dom 2016-05-22 06:08:27 EDT; 39s ago Process: 3584 ExecStartPre=/bin/chown ovirtagent:ovirtagent /run/ovirt-guest-agent.pid (code=exited, status=0/SUCCESS) Process: 3582 ExecStartPre=/bin/touch /run/ovirt-guest-agent.pid (code=exited, status=0/SUCCESS) Process: 3580 ExecStartPre=/sbin/modprobe virtio_console (code=exited, status=0/SUCCESS) Main PID: 3586 (python) Memory: 10.0M CGroup: /system.slice/ovirt-guest-agent.service └─3586 /usr/bin/python /usr/share/ovirt-guest-agent/ovirt-guest-agent.py mag 22 06:08:28 docker.home userhelper[3594]: running '/usr/share/ovirt-guest-agent/container-list' with root privileges on behalf of 'ovirtagent' mag 22 06:08:28 docker.home python[3586]: Unhandled exception in thread started by <bound method LinuxVdsAgent.doWork of <GuestAgentLinux2.LinuxVdsAgent instance at 0x7f4005e55e60>> mag 22 06:08:28 docker.home python[3586]: Traceback (most recent call last): mag 22 06:08:28 docker.home python[3586]: File "/usr/share/ovirt-guest-agent/OVirtAgentLogic.py", line 227, in doWork mag 22 06:08:28 docker.home python[3586]: self.sendTimezone() mag 22 06:08:28 docker.home python[3586]: File "/usr/share/ovirt-guest-agent/OVirtAgentLogic.py", line 390, in sendTimezone mag 22 06:08:28 docker.home python[3586]: ti = self.dr.getTimezoneInfo() mag 22 06:08:28 docker.home python[3586]: File "/usr/share/ovirt-guest-agent/OVirtAgentLogic.py", line 173, in getTimezoneInfo mag 22 06:08:28 docker.home python[3586]: return timezone.get_timezone_info() mag 22 06:08:28 docker.home python[3586]: AttributeError: 'module' object has no attribute 'get_timezone_info'