leastpending IO loadbalancing is not displayed properly
authorHannes Reinecke <hare@suse.de>
Fri, 6 Feb 2009 13:57:12 +0000 (14:57 +0100)
committerChristophe Varoqui <christophe.varoqui@free.fr>
Tue, 21 Apr 2009 23:44:23 +0000 (01:44 +0200)
commit35ad40b49bf57222bd22ef4c62cc792f866a269d
treee6d7710d75988ab38ac87e2891d54a0d2c1c5efc
parent90c12df3561aa25e509f7cdc73d1956462154641
leastpending IO loadbalancing is not displayed properly

While using least pending IO lb policy for the LUN, the
dm_least_pending module is getting loaded and devices
are getting created properly. But multipath
display command does not display the paths for this LUN.

This is due to some explicit parsing for 'round-robin' in
dmparser.c, which has to be updated to accomodate other
load-balancing policies.

References: 444199

Signed-off-by: Hannes Reinecke <hare@suse.de>
libmultipath/dmparser.c