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