[libmultipath] blacklist logging overhaul
authorChristophe Varoqui <cvaroqui@zezette.localdomain>
Thu, 15 Feb 2007 23:59:52 +0000 (00:59 +0100)
committerChristophe Varoqui <cvaroqui@zezette.localdomain>
Thu, 15 Feb 2007 23:59:52 +0000 (00:59 +0100)
commit9183f982c5de6a45514e16df9b59b58a509587a9
treea6ce3afcf518eee28178dc602f1d76c6154d622b
parent330247642b3bc49cd43fed802f4e446eb6ad21ec
[libmultipath] blacklist logging overhaul

Make blacklist functions log as much info as possible.

o exported functions are now called filter_*
o each filter_* challenges exceptions list first, then blacklist if
necessary
o each filter_* is verbose
o each filter_* wraps a silent _filter_*
o filter_path chains _filter_*
o filter_* returns negative if exception list match
o filter_* returns positive if blacklist match
o update all blacklist_*() callers
o fix "show devices" CLI command to show whitelisted devs
libmultipath/blacklist.c
libmultipath/blacklist.h
libmultipath/configure.c
libmultipath/discovery.c
libmultipath/print.c
multipath/main.c
multipathd/cli_handlers.c
multipathd/main.c