[libmultipath] Add new priority checker mpath_hp_sw
authorHannes Reinecke <hare@suse.de>
Wed, 16 May 2007 10:45:12 +0000 (12:45 +0200)
committerChristophe Varoqui <cvaroqui@zezette.localdomain>
Mon, 21 May 2007 21:48:28 +0000 (23:48 +0200)
commit682d66d9fd97cc3b821bfe390c34f6ea5717c14b
tree1d22d137132ea7b96be2028b7706f80ed9d799d8
parent5135510d1ec47bd615eda8866b73af3aafe2b264
[libmultipath] Add new priority checker mpath_hp_sw

All paths from a controller with HP Active/Standby firmware
should really be grouped according to their status; otherwise
the path switching will not work properly or you can use only
one path to that array.
This patch adds a new priority checker 'mpath_hp_sw' which
will allow these paths to be grouped accordingly.

Signed-off-by: Hannes Reinecke <hare@suse.de>
path_priority/pp_hp_sw/Makefile [new file with mode: 0644]
path_priority/pp_hp_sw/pp_hp_sw.c [new file with mode: 0644]