9abf8c
From af492162772a6ed26fbc8223012348ae4ad000e5 Mon Sep 17 00:00:00 2001
9abf8c
From: David Tardon <dtardon@redhat.com>
9abf8c
Date: Fri, 13 Nov 2020 10:45:59 +0100
9abf8c
Subject: [PATCH] 90multipath: install kpartx's 11-dm-parts.rules
9abf8c
9abf8c
This makes /dev/disk/by-uuid links point to the right device.
9abf8c
9abf8c
(cherry picked from commit 0f89c0dff6b96c9ca09b48a2890399b145f38bdb)
9abf8c
9abf8c
Resolves: #1849021
9abf8c
---
9abf8c
 modules.d/90multipath/module-setup.sh | 2 +-
9abf8c
 1 file changed, 1 insertion(+), 1 deletion(-)
9abf8c
9abf8c
diff --git a/modules.d/90multipath/module-setup.sh b/modules.d/90multipath/module-setup.sh
9abf8c
index a7f250f3..1844a035 100755
9abf8c
--- a/modules.d/90multipath/module-setup.sh
9abf8c
+++ b/modules.d/90multipath/module-setup.sh
9abf8c
@@ -125,6 +125,6 @@ install() {
9abf8c
     inst_rules 40-multipath.rules 56-multipath.rules \
9abf8c
 	62-multipath.rules 65-multipath.rules \
9abf8c
 	66-kpartx.rules 67-kpartx-compat.rules \
9abf8c
-	11-dm-mpath.rules
9abf8c
+	11-dm-mpath.rules 11-dm-parts.rules
9abf8c
 }
9abf8c
 
9abf8c