[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[dm-devel] [PATCH] multipath-toosl: Use current name of the divice node ($name)
- From: Guido Günther <agx sigxcpu org>
- To: dm-devel redhat com
- Subject: [dm-devel] [PATCH] multipath-toosl: Use current name of the divice node ($name)
- Date: Sat, 21 Nov 2009 21:29:52 +0100
instead of the kernel's name ($kernel). Otherwise we might end up
looking at a wrong or nonexistant node.
---
kpartx/kpartx.rules | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kpartx/kpartx.rules b/kpartx/kpartx.rules
index f32c718..425afd8 100644
--- a/kpartx/kpartx.rules
+++ b/kpartx/kpartx.rules
@@ -27,9 +27,9 @@ ENV{DM_PART}=="?*", \
# Create dm tables for partitions
ENV{DM_STATE}=="ACTIVE", ENV{DM_UUID}=="mpath-*", \
- RUN+="/sbin/kpartx -a -p -part /dev/$kernel"
+ RUN+="/sbin/kpartx -a -p -part /dev/$name"
ENV{DM_STATE}=="ACTIVE", ENV{DM_UUID}=="dmraid-*", \
- RUN+="/sbin/kpartx -a -p -part /dev/$kernel"
+ RUN+="/sbin/kpartx -a -p -part /dev/$name"
LABEL="kpartx_end"
--
1.6.5.3
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]