41 lines
1.4 KiB
Diff
41 lines
1.4 KiB
Diff
|
From 36ffd889434463968da7f3fd16c53f781adf460f Mon Sep 17 00:00:00 2001
|
||
|
From: Lee Duncan <lduncan@suse.com>
|
||
|
Date: Tue, 6 Mar 2018 10:17:30 -0800
|
||
|
Subject: [PATCH] Add the qedi driver to driver list for iscsi boot
|
||
|
|
||
|
Reference: bsc#1084179
|
||
|
---
|
||
|
modules.d/95iscsi/module-setup.sh | 2 +-
|
||
|
modules.d/95iscsi/parse-iscsiroot.sh | 2 +-
|
||
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
||
|
|
||
|
diff --git a/modules.d/95iscsi/module-setup.sh b/modules.d/95iscsi/module-setup.sh
|
||
|
index a6173f7b..7c5b3099 100755
|
||
|
--- a/modules.d/95iscsi/module-setup.sh
|
||
|
+++ b/modules.d/95iscsi/module-setup.sh
|
||
|
@@ -179,7 +179,7 @@ depends() {
|
||
|
installkernel() {
|
||
|
local _arch=$(uname -m)
|
||
|
|
||
|
- instmods bnx2i qla4xxx cxgb3i cxgb4i be2iscsi
|
||
|
+ instmods bnx2i qla4xxx cxgb3i cxgb4i be2iscsi qedi
|
||
|
hostonly="" instmods iscsi_tcp iscsi_ibft crc32c iscsi_boot_sysfs
|
||
|
iscsi_module_filter() {
|
||
|
local _funcs='iscsi_register_transport'
|
||
|
diff --git a/modules.d/95iscsi/parse-iscsiroot.sh b/modules.d/95iscsi/parse-iscsiroot.sh
|
||
|
index 43b2e088..f884e684 100755
|
||
|
--- a/modules.d/95iscsi/parse-iscsiroot.sh
|
||
|
+++ b/modules.d/95iscsi/parse-iscsiroot.sh
|
||
|
@@ -96,7 +96,7 @@ fi
|
||
|
|
||
|
initqueue --unique --onetime --timeout /sbin/iscsiroot timeout "$netroot" "$NEWROOT"
|
||
|
|
||
|
-initqueue --onetime modprobe --all -b -q qla4xxx cxgb3i cxgb4i bnx2i be2iscsi
|
||
|
+initqueue --onetime modprobe --all -b -q qla4xxx cxgb3i cxgb4i bnx2i be2iscsi qedi
|
||
|
|
||
|
# ISCSI actually supported?
|
||
|
if ! [ -e /sys/module/iscsi_tcp ]; then
|
||
|
--
|
||
|
2.13.6
|
||
|
|