Multipathdbug
This page describes the multipathd bug.
About problems with using multipathd
Background
multipathd will fail to start if and only if there is a symlink in the path to /var/run.
Solution
- First we remove the link created by com-mkcdsl.
- We create the directory /var/run
- We make a bindmount from /.cdsl.local/var/run => /var/run in order to have it hostdependent but as a directory.
rm /var/run mkdir /var/run echo -e "/.cdsl.local/var/run \t/var/run \tauto \tbind \t0 0" >> /etc/fstab