summaryrefslogtreecommitdiff
path: root/extras/multipath/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'extras/multipath/ChangeLog')
-rw-r--r--extras/multipath/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/extras/multipath/ChangeLog b/extras/multipath/ChangeLog
index c3361ff8e8..2cc492a192 100644
--- a/extras/multipath/ChangeLog
+++ b/extras/multipath/ChangeLog
@@ -1,4 +1,8 @@
2004-02-04 multipath-016
+ * add devmap_name proggy for udev to name devmaps as per their
+ internal DM name and not only by their sysfs enum name (dm-*)
+ The corresponding udev.rules line is :
+ KERNEL="dm-[0-9]*", PROGRAM="/sbin/devmap_name %M %m", NAME="%k", SYMLINK="%c"
* remove make_dm_node fn & call. Rely on udev for this.
* don't rely on the linux symlink in the udev/klibc dir since
udev build doesn't use it anymore. This corrects build breakage