Bug 487588
| Summary: | F-11 kernel nfs modules not pulled into initrd | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Warren Togami <wtogami> |
| Component: | mkinitrd | Assignee: | Peter Jones <pjones> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | hdegoede, katzj, pjones, steved, wtogami |
| 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: | 2009-04-23 19:14:35 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: | 188611, 446452 | ||
|
Description
Warren Togami
2009-02-26 21:03:33 UTC
Hey Steve, do you know if anything in the upstream kernel changed that might have caused this? Does mkinitrd have to somehow adapt, or is this a kernel bug? The problem is the lockd, auth_rpcgss and nfs_acl modules are not getting loaded which should happen auto-magically when the nfs module is loaded... Has something change in how modules are getting loaded or what modules exist in initrd?? initrd rootfs mount is only NFSv3 with nolock. I don't know if something changed in mkinitrd or kernel to cause this. I would think just adding the lockd, auth_rpcgss and nfs_acl modules to the initrd would take care of the problem.... They should be module deps to pull in lockd, auth_rpcgss and nfs_acl. Warren -- can you look at what modules get included in the initramfs both with and without the additional modules being explicitly specified? This seems to have gone away. |