[Bug 1094898] New: qemu-guest-agent service doesn't work in version Leap 15.0
http://bugzilla.opensuse.org/show_bug.cgi?id=1094898 Bug ID: 1094898 Summary: qemu-guest-agent service doesn't work in version Leap 15.0 Classification: openSUSE Product: openSUSE Distribution Version: Leap 15.0 Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: KVM Assignee: kvm-bugs@forge.provo.novell.com Reporter: vcelakv@seznam.cz QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- Other behavior qemu-guest-agent in version Leap 42.3 and 15.0 In version 42.3 rpm qemu-guest-agent-2.9.1-44.1.x86_64 systemctl status qemu-ga Main PID: 1080 (qemu-ga) ... systemctl is-enabled qemu-ga static connect to quest: qm agent 151 fsfreeze-status thawed (OK) In version 15.0 rpm qemu-guest-agent-2.11.1-lp150.6.7.x86_64 systemctl status qemu-ga@virtiox2dports-org.qemu.guest_agent.0 Active: inactive (dead) systemctl is-enabled qemu-ga@virtiox2dports-org.qemu.guest_agent.0 disabled connect to quest: qm agent 179 fsfreeze-status unable to connect to VM 179 qga socket - timeout after 31 retries -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1094898 Lin Ma <lma@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lma@suse.com Assignee|kvm-bugs@forge.provo.novell |lma@suse.com |.com | -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1094898 http://bugzilla.opensuse.org/show_bug.cgi?id=1094898#c3 --- Comment #3 from Lin Ma <lma@suse.com> --- (In reply to Vladimir Vcelak from comment #2)
When I changed the configuration to older version 42.3 that is
1. rename and modify usr/lib/systemd/system/qemu-ga.service
rm /usr/lib/systemd/system/qemu-ga@.service cat /usr/lib/systemd/system/qemu-ga.service [Unit] Description=QEMU Guest Agent Documentation=http://wiki.qemu.org/Features/GuestAgent BindsTo=dev-virtio\x2dports-org.qemu.guest_agent.0.device After=dev-virtio\x2dports-org.qemu.guest_agent.0.device
[Service] Type=simple ExecStart=-/usr/bin/qemu-ga Restart=always RestartSec=0
2. modify /usr/lib/udev/rules.d/80-qemu-ga.rules
cat /usr/lib/udev/rules.d/80-qemu-ga.rules SUBSYSTEM=="virtio-ports", ATTR{name}=="org.qemu.guest_agent.0", TAG+="systemd", ENV{SYSTEMD_WANTS}+="qemu-ga.service"
so it's okay.
It can't be fixed that way, Please refer to bsc#1089067 -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1094898 http://bugzilla.opensuse.org/show_bug.cgi?id=1094898#c15 Lin Ma <lma@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |artkoz78@gmail.com --- Comment #15 from Lin Ma <lma@suse.com> --- *** Bug 1106828 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com