Use Average path priority value for path switching
authorChandra Seetharaman <sekharan@us.ibm.com>
Thu, 30 Jul 2009 20:13:55 +0000 (13:13 -0700)
committerChristophe Varoqui <christophe.varoqui@free.fr>
Tue, 4 Aug 2009 21:26:35 +0000 (23:26 +0200)
commit91270efb7e07809fd8f62b40e85c1a727b92026a
treef826be747ea4b5f400b86d696f9f4801cbbcc643
parent28082ba799e676118beab6f7bc44f60121eff08d
Use Average path priority value for path switching

Hi Christophe,

I submitted this patch on Jul 2
(http://marc.info/?l=dm-devel&m=124658334721911&w=2). Resending it.

Only change is a field name from up_paths to enabled_paths.

Hi Hannes,

Need an ACK from you :-).

regards,

chandra

-----------------------------------------------------------------------
Failback happens only when the sum of priorities of all paths
(on the higher priority path group) is greater than the sum
of priorities of all paths on the lower priority path group.

This leads into problems when there are more than one paths
in each of the path groups, and the sum of all paths in the
lower priority path group is greater than that of path priority
of a single high priority path.

This patch fixes the problem by using average priority of
the path group to decide on which path group to switch over.

Signed-off-by: Chandra Seetharaman <sekharan@us.ibm.com>
libmultipath/structs.h
libmultipath/switchgroup.c