]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
fabrics: Fix ordering for auto connect services
authorDaniel Wagner <dwagner@suse.de>
Tue, 7 Mar 2023 09:24:01 +0000 (10:24 +0100)
committerDaniel Wagner <wagi@monom.org>
Tue, 7 Mar 2023 09:44:21 +0000 (10:44 +0100)
commitad9f35c0bf8a71c6a4b7586d7553b8e9d171f48e
tree25ccb047197026c2c95ed22822bc2ee12a8e8b00
parent493d64d3632edc642ab74593c587d729b17668b8
fabrics: Fix ordering for auto connect services

In order to be able to mount file systems via /etc/fstab we have to
make sure that the corresponding auto connect services have been
executed. Because the mounting of the local filesystem happens very
early in the boot we have to carefully sort these service file into the
boot process.

First, we have to disable the DefaultDependency as this will
automatically add dependency on sysinit.target which is too late (after
local mounts). Though without the default dependency we have to provide
a Before and After conditions.

The Before is simple as we have a local-fs-pre target. The After
is a bit tricky as there are no targets available.

Because the whole autoconnect machinery depends on udev events being
delivered we place the service after systemd-udevd has been started.

Link: https://www.freedesktop.org/software/systemd/man/bootup.html
Reported-by: Maurizio Lombardi <mlombard@redhat.com>
Reported-by: Wen Xiong <wenxiong@linux.ibm.com>
Tested-by: Maurizio Lombardi <mlombard@redhat.com>
Tested-by: Wen Xiong <wenxiong@linux.ibm.com>
Signed-off-by: Daniel Wagner <dwagner@suse.de>
nvmf-autoconnect/systemd/nvmefc-boot-connections.service.in
nvmf-autoconnect/systemd/nvmf-connect@.service.in