summaryrefslogtreecommitdiffstats
path: root/nvmf-autoconnect/systemd/nvmefc-boot-connections.service
diff options
context:
space:
mode:
Diffstat (limited to 'nvmf-autoconnect/systemd/nvmefc-boot-connections.service')
-rw-r--r--nvmf-autoconnect/systemd/nvmefc-boot-connections.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/nvmf-autoconnect/systemd/nvmefc-boot-connections.service b/nvmf-autoconnect/systemd/nvmefc-boot-connections.service
new file mode 100644
index 0000000..33ab8c1
--- /dev/null
+++ b/nvmf-autoconnect/systemd/nvmefc-boot-connections.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Auto-connect to subsystems on FC-NVME devices found during boot
+ConditionPathExists=/sys/class/fc/fc_udev_device/nvme_discovery
+
+[Service]
+Type=oneshot
+ExecStart=/bin/sh -c "echo add > /sys/class/fc/fc_udev_device/nvme_discovery"
+
+[Install]
+WantedBy=default.target