Bug#805444: multipath-tools: Installation fails with "Unit blk-availability.service failed to load"

Michel Meyers debian at tcnnet.com
Wed Nov 18 10:01:13 UTC 2015


On 2015-11-18 10:51, Ritesh Raj Sarraf wrote:
> Please share the content of multipath-tools.service file.
> 
> My guess is that you are using the .service file from a different
> source.


Here's the content:

[Unit]
Description=Device-Mapper Multipath Device Controller
Requires=blk-availability.service
Before=iscsi.service iscsid.service lvm2-activation-early.service
Before=local-fs-pre.target
After=multipathd.socket
DefaultDependencies=no
Wants=local-fs-pre.target multipathd.socket
Conflicts=shutdown.target

[Service]
Type=notify
NotifyAccess=main
LimitCORE=infinity
ExecStartPre=/sbin/modprobe dm-multipath
ExecStart=/sbin/multipathd -d -s
ExecReload=/sbin/multipathd reconfigure

[Install]
WantedBy=sysinit.target
Also=multipathd.socket
Alias=multipath-tools.service


This appears to match the content of the respective file from the
archive here:
https://packages.debian.org/stretch/amd64/multipath-tools/download



More information about the pkg-lvm-maintainers mailing list