From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xose Vazquez Perez Subject: dracut: multipath module Date: Wed, 3 Apr 2019 21:59:59 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=to:from:subject:message-id:date:mime-version:content-language :content-transfer-encoding; bh=DL8LtmEQwr/Nsw3qrNETiVfyydALaSBwbCAEhT8yLtE=; b=GngDUyv8ODpkMa8tUxUajxvUUi3UV5JkUBOhoB0nBIBUKU0ur1kDgld1Z+dGxnhZxn ggpOyoLApDePLVQ6eP/Dy+sriSflrd8sUdi++hkcD7nsag/666islwHnzWGFHFahS6vK buzoL9u5pSnbQjWc0rTTIvl5+QrBFP0m2GFx2IUI1oyeMj8PRElKGX36T8QGfX0IjTqg mem6Oio8bTiylzf/6KIBM5DBluThVLRo+seh7GwAGhJdiKsnTGERXDsmY6JbPTxeRIEo uEqDWUEaJcR6yaInR7rpSDYdD4zS1aRntwnq08XaUCV+P4xXmwpGUtdrYW1jcPFVJQm5 Fv2A== Content-Language: en-GB List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: device-mapper development , initramfs , Dave Young , Harald Hoyer 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