Bug 163343
| Summary: | GFS-related kernel modules for smp not installed when applicable | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jos Vos <jos> | ||||
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | Mike McLean <mikem> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 4 | CC: | tcallawa | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2006-09-21 20:39:27 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: | 150224 | ||||||
| Attachments: |
|
||||||
|
Description
Jos Vos
2005-07-15 12:18:25 UTC
We'll try to address this in the FC5 timeframe, hopefully with sane kernel module packaging guidelines :-) spot is driving that on fedora-packaging. Will stick on FC5 blocker Good to hear there will be kernel module guidelines :-) (the guidelines I found until now were not matching the actual packages, I think). But I personally need it now for X/OS Linux 4 (RHEL4 rebuild including RHCS/RHGFS), so I will patch the RHEL4 Anaconda anyway to add the exceptions. I already included logic for this in our RHEL3 rebuild (with GFS) in the past, so that a full install works as expected, but this patch was package-specific. If I produce something useful, I'll attach a patch here, that probably has to be changed when the new guidelines are known. Created attachment 116852 [details]
Patch to ignore / pull in kernel module packages
This patch (against anaconda-10.1.1.19 as found in the current RHEL4) solves
the problem for me. It is purely based on a package naming convention
(packages matching the RE ".*-kernel(-${KERNEL_FLAVOR})?" are assumed to
contain kernel modules), which works for RHEL4+RHCS+RHGFS, but I guess it needs
to be rewritten for future kernel module packaging guidelines.
Anyway, when I select GFS-kernel on a SMP system, GFS-kernel-smp is pulled in
automagically and so with all module packages, and the "flavor-packages" are
ignored by default. At least now I don't have to patch anaconda for every
kernel module package I add :-).
This is no longer really a concern |