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
|
@ -1,13 +1,13 @@
|
|||
[Unit]
|
||||
Description=Connect NVMe-oF subsystems automatically during boot
|
||||
ConditionPathExists=/etc/nvme/discovery.conf
|
||||
ConditionPathExists=@SYSCONFDIR@/nvme/discovery.conf
|
||||
After=network-online.target
|
||||
Before=remote-fs-pre.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStartPre=/sbin/modprobe nvme-fabrics
|
||||
ExecStart=/usr/sbin/nvme connect-all
|
||||
ExecStart=@SBINDIR@/nvme connect-all
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
|
@ -11,4 +11,4 @@ Requires=nvmf-connect.target
|
|||
[Service]
|
||||
Type=simple
|
||||
Environment="CONNECT_ARGS=%i"
|
||||
ExecStart=/bin/sh -c "nvme connect-all --matching --quiet `/bin/echo -e '${CONNECT_ARGS}'`"
|
||||
ExecStart=/bin/sh -c "@SBINDIR@/nvme connect-all --quiet `/bin/echo -e '${CONNECT_ARGS}'`"
|
Loading…
Add table
Add a link
Reference in a new issue