Miscellaneous multipath bugfixes
authorBenjamin Marzinski <bmarzins@redhat.com>
Fri, 3 Apr 2009 04:44:19 +0000 (23:44 -0500)
committerChristophe Varoqui <christophe.varoqui@free.fr>
Fri, 3 Apr 2009 21:26:04 +0000 (23:26 +0200)
commit139136bb54ac9b99c7a5910e4ea1e6cb37fd8d00
tree9cbe20bd4b956c5d495095223981954afe1e2b48
parent389a178ed5b63d79a4a7f1feace690f0a739f1ac
Miscellaneous multipath bugfixes

This is mostly a cleanup of some bugs that recently got introduced. In
ACT_RESIZE we were trying to create a read-only device before we tried
to create a read/write one (I also added the ability to fail back to
read-only in ACT_RELOAD).  There were some printouts that I assume were
for debugging, and some duplicate code.  And I switched it so that
dm_simplecmd_flush did flushing, and dm_simplecmd_noflush didn't.

Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
libmultipath/configure.c
libmultipath/devmapper.c
multipathd/cli_handlers.c