Skip to content

Commit

Permalink
fix(nvmf): no need to load the nvme module
Browse files Browse the repository at this point in the history
The module "nvme" is not required for NVMeoF.
  • Loading branch information
mwilck authored and johannbg committed Sep 30, 2022
1 parent b3ff3f3 commit a3cf4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules.d/95nvmf/parse-nvmf-boot-connections.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a3cf4ec

Please sign in to comment.