Skip to content

Commit

Permalink
fix(nvmf): run cmdline hook before parse-ip-opts.sh
Browse files Browse the repository at this point in the history
This way we can set "rd.neednet" and have it seen by parse-ip-options.sh
  • Loading branch information
mwilck authored and johannbg committed Sep 30, 2022
1 parent a93968b commit a65fab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules.d/95nvmf/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ install() {
inst_script "${moddir}/nvmf-autoconnect.sh" /sbin/nvmf-autoconnect.sh

inst_multiple nvme
inst_hook cmdline 99 "$moddir/parse-nvmf-boot-connections.sh"
inst_hook cmdline 92 "$moddir/parse-nvmf-boot-connections.sh"
inst_simple "/etc/nvme/discovery.conf"
inst_rules /usr/lib/udev/rules.d/71-nvmf-iopolicy-netapp.rules
inst_rules "$moddir/95-nvmf-initqueue.rules"
Expand Down

0 comments on commit a65fab6

Please sign in to comment.