]> sourceware.org Git - lvm2.git/commit
systemd: run lvm2-activation-net.service after lvm2-activation.service
authorPeter Rajnoha <prajnoha@redhat.com>
Mon, 16 Sep 2013 09:47:09 +0000 (11:47 +0200)
committerPeter Rajnoha <prajnoha@redhat.com>
Mon, 16 Sep 2013 09:47:09 +0000 (11:47 +0200)
commit9742c5192e8871ebde12856170dae70ee861ef40
tree93f22733435b0ebe07bc9f52bedcded25e7809a2
parentfbb732bd8eb5308eeb1dc7cc6d747552844018ac
systemd: run lvm2-activation-net.service after lvm2-activation.service

The lvm2-activation-net.service was ordered only with respect to iscsi
and fcoe service before. In addition to that, we also need ordering
with respect to lvm2-activation.service to prevent parallel vgchange -aay
runs which may cause some problems during activation.
See also https://bugs.gentoo.org/show_bug.cgi?id=480066.

With this patch, the ordering is firmly set to:
lvm2-activation-early.service -> lvm2-activation.service -> lvm2-activation-net.service

Thanks to Alexander Tsoy for the original patch (modified a bit here):
https://www.redhat.com/archives/lvm-devel/2013-September/msg00049.html
WHATS_NEW
scripts/lvm2_activation_generator_systemd_red_hat.c
This page took 0.03556 seconds and 5 git commands to generate.