Adding upstream version 2.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
50aec1e4c5
commit
1b3a431c1d
521 changed files with 21541 additions and 21644 deletions
13
nvmf-autoconnect/systemd/nvmf-autoconnect.service.in
Normal file
13
nvmf-autoconnect/systemd/nvmf-autoconnect.service.in
Normal file
|
@ -0,0 +1,13 @@
|
|||
[Unit]
|
||||
Description=Connect NVMe-oF subsystems automatically during boot
|
||||
ConditionPathExists=@SYSCONFDIR@/nvme/discovery.conf
|
||||
After=network-online.target
|
||||
Before=remote-fs-pre.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStartPre=/sbin/modprobe nvme-fabrics
|
||||
ExecStart=@SBINDIR@/nvme connect-all
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
Loading…
Add table
Add a link
Reference in a new issue