nvme_rdma was not installed, even if it was required, whereas
nvme_tcp was installed in non-TCP setups. nvme_fabrics will be
pulled in automatically by any transport module and doesn't
need to be installed explicitly.
Fix it.
# called by dracut
installkernel() {
- instmods nvme_fc lpfc qla2xxx
- hostonly="" instmods nvme_tcp nvme_fabrics 8021q
+ instmods nvme_fc nvme_tcp nvme_rdma lpfc qla2xxx
+ # 802.1q VLAN may be set up in Firmware later. Include the module always.
+ hostonly="" instmods 8021q
}
# called by dracut