Bug 1094927
Summary: | qemu: script and/or trigger should not directly enable systemd units | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Andy Lutomirski <luto> |
Component: | qemu | Assignee: | Fedora Virtualization Maintainers <virt-maint> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | amit.shah, berrange, cfergeau, dwmw2, itamar, pbonzini, rjones, scottt.tw, virt-maint |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-05-06 17:52:45 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1090684 |
Description
Andy Lutomirski
2014-05-06 17:23:13 UTC
qemu starts these services: - ksm/ksmtuned (in the 'ksm' subpackage) - qemu-guest-agent (in the 'qemu-guest-agent' subpackage) The exemption is: "If a service does not require configuration to be functional and does not listen on a network socket". This applies to KSM, since while you can configure KSM, it has defaults and is a useful service and does not listen on network sockets. qemu-guest-agent only listens on the virtio-serial port when the host administrator adds the virtio-serial port to the guest. virtio-serial ports are not network sockets, so the exemption applies, but in any case: If the host administrator doesn't add the virtio-serial port to the guest, the service won't do anything even if it is enabled. If the administrator does create the virtio-serial port, then they want the guest agent to start automatically. Therefore, closing this as NOTABUG. OK with me. I'm not sure I agree with the decision that KSM should be automatically enabled, since it tends to pointless suck CPU when there's just one guest running, but that's a separate issue :) |