golden hour
/lib/dracut/modules.d/95nvmf
⬆️ Go Up
Upload
File/Folder
Size
Actions
95-nvmf-initqueue.rules
557 B
Del
OK
module-setup.sh
4.21 KB
Del
OK
nbftroot.sh
98 B
Del
OK
nvmf-autoconnect.sh
1.85 KB
Del
OK
parse-nvmf-boot-connections.sh
9.12 KB
Del
OK
Edit: 95-nvmf-initqueue.rules
# # nvmf-initqueue.rules # # D-Bus doesn't run in the initrd, which means that we cannot use our # usual trick of starting custom systemd services. # So use a rule to create initqueue entries instead. ACTION=="change", SUBSYSTEM=="fc", ENV{FC_EVENT}=="nvmediscovery", \ ENV{NVMEFC_HOST_TRADDR}=="*", ENV{NVMEFC_TRADDR}=="*", \ RUN+="/sbin/initqueue --onetime --unique --name nvmf-connect-$env{NVMEFC_TRADDR}-$env{NVMEFC_HOST_TRADDR} /usr/sbin/nvme connect-all --transport=fc --traddr=$env{NVMEFC_TRADDR} --host-traddr=$env{NVMEFC_HOST_TRADDR}"
Save