From: Peter Jones Date: Fri, 5 Feb 2010 19:21:48 +0000 (-0500) Subject: Move multipath scan earlier. It must go before any other dm rules. X-Git-Tag: 005~53 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7e22ab089128e6085e8e88b34cb41cc45c4e3132;p=thirdparty%2Fdracut.git Move multipath scan earlier. It must go before any other dm rules. multipath scan needs to go before lvm, or else lvm may grab the device multipath would activate, and multipath will be unable to claim it. --- diff --git a/modules.d/90multipath/14-multipath-scan.rules b/modules.d/90multipath/9-multipath-scan.rules similarity index 100% rename from modules.d/90multipath/14-multipath-scan.rules rename to modules.d/90multipath/9-multipath-scan.rules