| Summary: | rules: drivers - always call kmod, even when a driver is bound to the device | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Igor Mammedov <imammedo> |
| Component: | systemd | Assignee: | systemd-maint |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jan Ščotka <jscotka> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.0 | CC: | harald, jarod, jscotka, jstancek, prarit, systemd-maint-list |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | systemd-206-7.el7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-06-13 11:19:35 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | |||
| Bug Blocks: | 967561 | ||
(In reply to Igor Mammedov from comment #0) > systemd upstream fix: > http://cgit.freedesktop.org/systemd/systemd/commit/ > ?id=bf7f800f2b3e93ccd1229d4717166f3a4d3af72f > > Please back-port it to RHEL7.0 please as it blocks kernel bug 967561 > > Version-Release number of selected component (if applicable): > systemd-204-9.el7.1.x86_64 > host with 3.10.0-4.el7.kpq kernel In RHEL-7, the current systemd version is 206-7, so this patch is already included. This request was resolved in Red Hat Enterprise Linux 7.0. Contact your manager or support representative in case you have further questions about the request. |
Description of problem: with upstream kernel commit: ac212b6 (ACPI / processor: Use common hotplug infrastructure) processor related events have 'DRIVER=processor' bound to them, as result systemd-204-9.el7.1.x86_64 fails to match auto-load modalias rule: DRIVER!="?*", ENV{MODALIAS}=="?*", IMPORT{builtin}="kmod load $env{MODALIAS}" and kvm module is not loaded, which leads to kvm being unavailable on host and virt-install fallbacks to slow TCG accelerator instead of KVM. systemd upstream fix: http://cgit.freedesktop.org/systemd/systemd/commit/?id=bf7f800f2b3e93ccd1229d4717166f3a4d3af72f Please back-port it to RHEL7.0 please as it blocks kernel bug 967561 Version-Release number of selected component (if applicable): systemd-204-9.el7.1.x86_64 host with 3.10.0-4.el7.kpq kernel How reproducible: 100% reproducible on amd-dinar-08.lab.bos.redhat.com and a number of other hosts (see recipe https://beaker.engineering.redhat.com/jobs/464090) Steps to Reproduce: 1. install RHEL-7.0-20130722.n.0 Server x86_64 2. install 3.10.0-4.el7.kpq kernel and reboot host 3. lsmod|grep kvm Actual results: no kvm modules were auto-loaded Expected results: kvm modules are auto-loaded