You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
[Unit]
|
|
|
|
Description=Device-Mapper Multipath Device Controller
|
|
|
|
Before=iscsi.service iscsid.service lvm2-activation-early.service
|
|
|
|
Wants=systemd-udev-trigger.service systemd-udev-settle.service
|
|
|
|
After=systemd-udev-trigger.service systemd-udev-settle.service
|
|
|
|
DefaultDependencies=no
|
|
|
|
Conflicts=shutdown.target
|
|
|
|
ConditionKernelCommandLine=!nompath
|
|
|
|
ConditionKernelCommandLine=!rd.multipath=0
|
|
|
|
ConditionKernelCommandLine=!rd_NO_MULTIPATH
|
|
|
|
ConditionKernelCommandLine=!multipath=off
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
ExecStartPre=/sbin/modprobe dm-multipath
|
|
|
|
ExecStart=/sbin/multipathd -s -d
|
|
|
|
ExecReload=/sbin/multipathd reconfigure
|
|
|
|
ExecStop=/sbin/multipathd shutdown
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=sysinit.target
|