X7ROOT File Manager
Current Path:
/lib/dracut/modules.d/95nvmf
lib
/
dracut
/
modules.d
/
95nvmf
/
📁
..
📄
95-nvmf-initqueue.rules
(557 B)
📄
module-setup.sh
(4.52 KB)
📄
nbftroot.sh
(98 B)
📄
nvmf-autoconnect.sh
(1.85 KB)
📄
parse-nvmf-boot-connections.sh
(9.19 KB)
Editing: 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}"
Upload File
Create Folder