Skip to content

Commit a3cf4ec

Browse files
mwilckjohannbg
authored andcommitted
fix(nvmf): no need to load the nvme module
The module "nvme" is not required for NVMeoF.
1 parent b3ff3f3 commit a3cf4ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if getargbool 0 rd.nonvmf; then
2424
return 0
2525
fi
2626

27-
initqueue --onetime modprobe --all -b -q nvme nvme_tcp nvme_core nvme_fabrics
27+
initqueue --onetime modprobe --all -b -q nvme_tcp nvme_core nvme_fabrics
2828

2929
parse_nvmf_discover() {
3030
traddr="none"

0 commit comments

Comments
 (0)