summaryrefslogtreecommitdiff
path: root/extras/multipath/ChangeLog
diff options
context:
space:
mode:
authorchristophe.varoqui@free.fr <christophe.varoqui@free.fr>2004-02-13 00:53:10 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:32:27 -0700
commit09b7985cf611df26fc756e0b8025a260fc4a4948 (patch)
tree325dc91c30ef2673b3ca0515081fe8966a4191bb /extras/multipath/ChangeLog
parentcbb576b91dea8bd84a9fdd147b6b4cbe757dd198 (diff)
[PATCH] more udev-016/extras/multipath
incremental to udev-016/extras/multipath-0.0.16.3, * add a GROUP_BY_SERIAL flag. This should be useful for controlers that activate their 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 *); Now we see clearly what is expected from an external package like scsi_id. * stop passing struct env as param
Diffstat (limited to 'extras/multipath/ChangeLog')
-rw-r--r--extras/multipath/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/extras/multipath/ChangeLog b/extras/multipath/ChangeLog
index 2cc492a192..31f6c48f69 100644
--- a/extras/multipath/ChangeLog
+++ b/extras/multipath/ChangeLog
@@ -1,4 +1,16 @@
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 :