]> git.ipfire.org Git - thirdparty/systemd.git/commit
[PATCH] extras multipath update
authorchristophe.varoqui@free.fr <christophe.varoqui@free.fr>
Tue, 23 Dec 2003 04:49:22 +0000 (20:49 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:13:10 +0000 (21:13 -0700)
commit176857119a77aad650412d9fedb568da4b543e07
tree1845bcc17c88391bc58d5304ec3cdd8ea19ff28b
parent4af58c70571c5c63edaff20d2032c8eeb59678b6
[PATCH] extras multipath update

An important one, against stock udev-009 :

 2003-12-20 multipath-010
        * big ChangeLog update
        * start to give a little control over target params :
          introduce cmdline arg -i to control polling interval
        * cope with hotplug-style calling convention :
          ie "multipath scsi $DEVPATH" ... to avoid messing with
          online maps not concerned by an event
        * example hotplug agent to drop in /etc/hotplug.d/scsi
        * revert the run & resched patch : unless someone proves me
          wrong, this was overdesigned
        * move commented out functions in unused.c
        * update multipath target params to "udm[23] style"
        * mp target now supports nr_path == 1, so do we
        * add gratuitous free()
        * push version forward
extras/multipath/ChangeLog
extras/multipath/main.c
extras/multipath/main.h
extras/multipath/multipath.hotplug [new file with mode: 0644]
extras/multipath/unsused.c [new file with mode: 0644]