]> git.ipfire.org Git - thirdparty/systemd.git/commit
[PATCH] yet more extras/multipath
authorchristophe.varoqui@free.fr <christophe.varoqui@free.fr>
Sun, 7 Dec 2003 16:50:19 +0000 (08:50 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:13:06 +0000 (21:13 -0700)
commita652254ddba3f77abf63f732c42c3a0136dc03d2
treec269e0cd5dfb28104b739b33cdfb32d83431fb75
parentd877515791ae4d625d396cdb3a35903cdbf6fde6
[PATCH] yet more extras/multipath

* implement a reschedule flag in /var/run. Last thing the prog do before
exit is check if a call to multipath was done (but canceled by
/var/run/multipath.run check) during its execution. If so restart the
main loop.
* implement a blacklist of sysfs bdev to not bother with for now (hd,
md, dm, sr, scd, ram, raw). This avoid sending SG_IO to unappropiate
devices.

Compiles & survive "while true;do (./multipath -v &);done"
extras/multipath/main.c