Bug 1103455
Summary: | Dracut must include kernel modules referencing symbol "blk_mq_init_queue" just like those referencing symbol "blk_init_queue" | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Jamie Bainbridge <jbainbri> |
Component: | dracut | Assignee: | Harald Hoyer <harald> |
Status: | CLOSED DUPLICATE | QA Contact: | Release Test Team <release-test-team-automation> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.7 | CC: | ajb, dracut-maint-list, harald, jonathan, mganisin, phil, thorsten.kohfeldt, toracat, vlee |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1067669 | Environment: | |
Last Closed: | 2015-03-03 09:47:45 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: | |
Embargoed: | |||
Bug Depends On: | 1067669 | ||
Bug Blocks: |
Description
Jamie Bainbridge
2014-05-31 23:08:54 UTC
This prevents ELRepo's kernel-ml from booting on EL6. As Akemi Yagi noted in the Fedora bug, this can be worked around manully by rebuilding the initramfs with '--add-drivers virtio_blk' added to the dracut line. As Thorsten Kohfeldt noted in the upstream bug, this can be permanently worked around with: echo 'add_drivers+="virtio_blk"' >/etc/dracut.conf.d/force-vitio_blk-to-ensure-boot.conf Please consider including this dracut change in RHEL 6 so that downstream CentOS can consume it, as the CentOS community is no doubt the largest consumer of ELRepo's kernel packages. This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux release for currently deployed products. This request is not yet committed for inclusion in a release. bug 1041484 changed to blk_cleanup_queue, which will pickup virtio_blk *** This bug has been marked as a duplicate of bug 1041484 *** Harald -- You have closed this report (request) as a duplicate of 1041484. That is perfectly sensible. However when I attempt to view bug 1041484 I am now denied access. Please add me to the CC list of bug 1041484. (In reply to Alan Bartlett from comment #5) > Harald -- You have closed this report (request) as a duplicate of 1041484. > That is perfectly sensible. However when I attempt to view bug 1041484 I am > now denied access. Please add me to the CC list of bug 1041484. Relevant change: http://git.kernel.org/cgit/boot/dracut/dracut.git/commit/?id=faa17f09218ed7e2ce4362cc2d9319f8d5b7a37f Erratum: https://rhn.redhat.com/errata/RHBA-2014-1492.html |