34 lines
1.1 KiB
Diff
34 lines
1.1 KiB
Diff
|
From ec36a74a94d7d96670c25c89cffbbca1e964df0b Mon Sep 17 00:00:00 2001
|
||
|
From: Hannes Reinecke <hare@suse.de>
|
||
|
Date: Tue, 27 Sep 2016 16:38:36 +0200
|
||
|
Subject: [PATCH] 90dmraid: do not delete partitions
|
||
|
|
||
|
There is no point trying to delete partitions; dmraid works
|
||
|
happily even with them. On the contrary trying to delete partitions
|
||
|
can even be harmful when eg dmraid should _not_ be started.
|
||
|
|
||
|
References: bsc#998860
|
||
|
|
||
|
Signed-off-by: Hannes Reinecke <hare@suse.com>
|
||
|
---
|
||
|
modules.d/90dmraid/61-dmraid-imsm.rules | 3 ---
|
||
|
1 file changed, 3 deletions(-)
|
||
|
|
||
|
diff --git a/modules.d/90dmraid/61-dmraid-imsm.rules b/modules.d/90dmraid/61-dmraid-imsm.rules
|
||
|
index 0193fbc..406cebd 100644
|
||
|
--- a/modules.d/90dmraid/61-dmraid-imsm.rules
|
||
|
+++ b/modules.d/90dmraid/61-dmraid-imsm.rules
|
||
|
@@ -21,9 +21,6 @@ ENV{DM_UDEV_DISABLE_OTHER_RULES_FLAG}=="1", GOTO="dm_end"
|
||
|
PROGRAM=="/bin/sh -c 'for i in $sys/$devpath/holders/dm-[0-9]*; do [ -e $$i ] && exit 0; done; exit 1;' ", \
|
||
|
GOTO="dm_end"
|
||
|
|
||
|
-ENV{DEVTYPE}!="partition", \
|
||
|
- RUN+="/sbin/partx -d --nr 1-1024 $env{DEVNAME}"
|
||
|
-
|
||
|
RUN+="/sbin/initqueue --onetime --unique --settled /sbin/dmraid_scan $env{DEVNAME}"
|
||
|
|
||
|
LABEL="dm_end"
|
||
|
--
|
||
|
2.6.6
|
||
|
|