summaryrefslogtreecommitdiff
path: root/extras/multipath/ChangeLog
diff options
context:
space:
mode:
authorchristophe.varoqui@free.fr <christophe.varoqui@free.fr>2003-12-22 20:49:48 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:13:10 -0700
commit4081da7fe560f0ad173a9836589d6839d9dff9df (patch)
tree6fcf3f9acd25b1eabed328b6c7b2976e3e63dfc0 /extras/multipath/ChangeLog
parent176857119a77aad650412d9fedb568da4b543e07 (diff)
[PATCH] extras multipath update
incremental to 20031220, 2003-12-22 multipath-010 * don't print .sg_dev if equal to .dev (2.6) in print_path() * since the kernel code handles defective paths, remove all code to cope with them : * move do_tur() to unused.c * remove .state from path struct * remove .state settings & conditionals * add a cmdline switch to force maps to failover mode, ie 1 path per priority group * add default policies to the whitelist array (spread io == MULTIBUS / io forced to 1 path == FAILOVER) * move get_disk_size() call out of add_map() to coalesce() * comment tricky coalesce() fn * bogus unsused.c file renamed to unused.c
Diffstat (limited to 'extras/multipath/ChangeLog')
-rw-r--r--extras/multipath/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/extras/multipath/ChangeLog b/extras/multipath/ChangeLog
index f31fbf41dc..dc29400e0e 100644
--- a/extras/multipath/ChangeLog
+++ b/extras/multipath/ChangeLog
@@ -1,3 +1,17 @@
+2003-12-22 multipath-010
+ * don't print .sg_dev if equal to .dev (2.6) in print_path()
+ * since the kernel code handles defective paths, remove all
+ code to cope with them :
+ * move do_tur() to unused.c
+ * remove .state from path struct
+ * remove .state settings & conditionals
+ * add a cmdline switch to force maps to failover mode,
+ ie 1 path per priority group
+ * add default policies to the whitelist array (spread io ==
+ MULTIBUS / io forced to 1 path == FAILOVER)
+ * move get_disk_size() call out of add_map() to coalesce()
+ * comment tricky coalesce() fn
+ * bogus unsused.c file renamed to unused.c
2003-12-20 multipath-010
* big ChangeLog update
* start to give a little control over target params :