From: Martin Wilck Date: Fri, 16 Sep 2022 22:01:07 +0000 (+0200) Subject: fix(nvmf): no need to load the nvme module X-Git-Tag: 058~136 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3cf4ec92202df43adf368c7fdd12e35d304a0e4;p=thirdparty%2Fdracut.git fix(nvmf): no need to load the nvme module The module "nvme" is not required for NVMeoF. --- diff --git a/modules.d/95nvmf/parse-nvmf-boot-connections.sh b/modules.d/95nvmf/parse-nvmf-boot-connections.sh index 399235034..cfed5ae56 100755 --- a/modules.d/95nvmf/parse-nvmf-boot-connections.sh +++ b/modules.d/95nvmf/parse-nvmf-boot-connections.sh @@ -24,7 +24,7 @@ if getargbool 0 rd.nonvmf; then return 0 fi -initqueue --onetime modprobe --all -b -q nvme nvme_tcp nvme_core nvme_fabrics +initqueue --onetime modprobe --all -b -q nvme_tcp nvme_core nvme_fabrics parse_nvmf_discover() { traddr="none"