mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
scripts: blk-availability should be stopped before FCoE
This commit is contained in:
parent
d864c6eacd
commit
d365bfe7e9
@ -15,7 +15,7 @@
|
||||
# devices that were created using the -m option of lvcreate.
|
||||
#
|
||||
#
|
||||
# chkconfig: 12345 10 80
|
||||
# chkconfig: 12345 25 75
|
||||
# description: Controls availability of block devices
|
||||
#
|
||||
# For Red-Hat-based distributions such as Fedora, RHEL, CentOS.
|
||||
|
@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=Availability of block devices
|
||||
After=lvm2-activation.service lvm2-lvmetad.service iscsi.service iscsid.service
|
||||
After=lvm2-activation.service lvm2-lvmetad.service iscsi.service iscsid.service fcoe.service
|
||||
DefaultDependencies=no
|
||||
Conflicts=shutdown.target
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user