dracut: multipath module
Xose Vazquez Perez <[email protected]>
| Newsgroups | org.kernel.vger.initramfs,dev.linux.lists.dm-devel |
|---|---|
| Message-ID | <[email protected]> |
Hi,
This only works in a Fedora/RH distribution:
- dracut/modules.d/90multipath/module-setup.sh:97: [ -n "$_allow" ] && mpathconf $_allow --outfile ${initdir}/etc/multipath.conf
^^^^^^^^^
https://src.fedoraproject.org/rpms/device-mapper-multipath/blob/master/f/0012-RH-add-mpathconf.patch
- dracut/modules.d/90multipath/multipathd.sh:3:if getargbool 1 rd.multipath -d -n rd_NO_MULTIPATH && [ -e /etc/multipath.conf ]; then
^^^^^^^^^^^^^^^^^^^^^^^^^^
- dracut/modules.d/90multipath/multipathd-stop.sh:3:if [ -e /etc/multipath.conf ]; then
^^^^^^^^^^^^^^^^^^^^^^^^^^
https://src.fedoraproject.org/rpms/device-mapper-multipath/blob/master/f/0010-RH-don-t-start-without-a-config-file.patch