Bug 283781
| Summary: | Missing modules break iSCSI support | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Kostas Georgiou <k.georgiou> |
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | ||
| 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: | 2007-10-29 17:57:22 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: | 208607 | ||
| Bug Blocks: | |||
|
Description
Kostas Georgiou
2007-09-09 01:33:44 UTC
Reopened that bug but putting this on F8Blocker so we do something even if that ends up being for naught. But really, we need to handle this on the kernel-side. Having to special case in mkinitrd, anaconda, ... is going to suck. The best solution seems to solve it kernel-side yes, although since it is also I haven't enabled crc32c digests in the target side (scsi-target-utils) you can say that it also a bug in iscsiadm that requires the modules even if they aren't always needed. Anyway, as of a few days ago this is the last bug that stops iscsi working in the installer, the following workaround in kickstart is the only thing needed for the installation to succeed. %pre #!/bin/sh cd /tmp wget http://foo/libcrc32c.ko wget http://foo/crc32c.ko insmod libcrc32c.ko insmod crc32c.ko Kernel side fixed |