32 lines
977 B
Diff
32 lines
977 B
Diff
|
From e8d52bf13bc4529172632c49c84a80e315741862 Mon Sep 17 00:00:00 2001
|
||
|
From: Hannes Reinecke <hare@suse.de>
|
||
|
Date: Fri, 19 Aug 2016 16:19:55 +0200
|
||
|
Subject: 69-dm-lvm-metad.rules: Do not process rules for multipath devices
|
||
|
|
||
|
When the device is a multipath device lvm metad should not process
|
||
|
it; doing so will reset the 'SYSTEMD_READY' flag and the multipath
|
||
|
setup will not work correctly.
|
||
|
|
||
|
References: bsc#990538, bsc#986734
|
||
|
|
||
|
Signed-off-by: Hannes Reinecke <hare@suse.com>
|
||
|
---
|
||
|
udev/69-dm-lvm-metad.rules.in | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
diff --git a/udev/69-dm-lvm-metad.rules.in b/udev/69-dm-lvm-metad.rules.in
|
||
|
index f0bfc1e..793a53d 100644
|
||
|
--- a/udev/69-dm-lvm-metad.rules.in
|
||
|
+++ b/udev/69-dm-lvm-metad.rules.in
|
||
|
@@ -17,6 +17,7 @@
|
||
|
SUBSYSTEM!="block", GOTO="lvm_end"
|
||
|
(LVM_EXEC_RULE)
|
||
|
|
||
|
+ENV{DM_MULTIPATH_DEVICE_PATH}=="1", GOTO="lvm_end"
|
||
|
ENV{DM_UDEV_DISABLE_OTHER_RULES_FLAG}=="1", GOTO="lvm_end"
|
||
|
|
||
|
# If the PV label got lost, inform lvmetad immediately.
|
||
|
--
|
||
|
2.6.6
|
||
|
|