]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix(nvmf): no need to load the nvme module
authorMartin Wilck <mwilck@suse.com>
Fri, 16 Sep 2022 22:01:07 +0000 (00:01 +0200)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Fri, 30 Sep 2022 06:02:18 +0000 (06:02 +0000)
The module "nvme" is not required for NVMeoF.

modules.d/95nvmf/parse-nvmf-boot-connections.sh

index 399235034ac75297cad83ae0ee294014bea786e9..cfed5ae567acd9a2d48837f1f7e9eb1850f2c3e6 100755 (executable)
@@ -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"