coreos / bugs

Issue tracker for CoreOS Container Linux
https://coreos.com/os/eol/
147 stars 30 forks source link

Add support for Emulex HBAs #588

Closed crawford closed 9 years ago

crawford commented 9 years ago

Issue by jumanjiman Wednesday Oct 15, 2014 at 20:39 GMT Originally opened as https://github.com/coreos/coreos-overlay/issues/922


Please enable lpfc-related drivers in kernel to support emulex hba.

relevant info obtained from an el6 host with kernel-rt:

$ lspci | grep -i emulex
05:00.0 Fibre Channel: Emulex Corporation Saturn-X: LightPulse Fibre Channel Host Adapter (rev 03)
05:00.1 Fibre Channel: Emulex Corporation Saturn-X: LightPulse Fibre Channel Host Adapter (rev 03)
$ lsmod | grep lpfc
lpfc                  621178  8 
scsi_transport_fc      53320  1 lpfc
crc_t10dif              1454  2 sd_mod,lpfc
$ egrep -i '(lpfc|scsi_transport_fc|crc_t10dif)' /boot/config-3.10.33-rt32.51.el6rt.x86_64
CONFIG_SCSI_LPFC=m
# CONFIG_SCSI_LPFC_DEBUG_FS is not set
CONFIG_CRC_T10DIF=m
crawford commented 9 years ago

Comment by jumanjiman Thursday Oct 16, 2014 at 19:16 GMT


tyvm!