chiark / gitweb /
[PATCH] more udev-016/extras/multipath
[elogind.git] / extras / multipath / ChangeLog
index 9296b4db6844111544b6266393cc3c444edbde62..31f6c48f6901fa1d5c5bba25520201ebf2ca10c0 100644 (file)
@@ -1,4 +1,27 @@
+2004-02-04 multipath-016
+       * add a GROUP_BY_SERIAL flag. This should be useful for
+         controlers that activate they spare paths on simple IO
+         submition with a penalty. The StorageWorks HW defaults to
+         this mode, even if the MULTIBUS mode is OK.
+       * remove unused sg_err.c
+       * big restructuring : split devinfo.c from main.c. Export :
+               * void basename (char *, char *);
+               * int get_serial (int, char *);
+               * int get_lun_strings (char *, char *, char *, char *);
+               * int get_evpd_wwid(char *, char *);
+               * long get_disk_size (char *);
+       * stop passing struct env as param
+       * 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
+2004-01-19 multipath-013
+       * update the DM target synthax to the 2.6.0-udm5 style
 2003-12-29 multipath-012
+       * check hotplug event refers to a block device; if not exit early
        * refresh doc
        * add the uninstall target in Makefile
 2003-12-22 multipath-010