Search
j0ke.net Open Build Service
>
Projects
>
GFS
>
multipath-tools
> multipath-tools-use-queueing-for-hp_sw
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File multipath-tools-use-queueing-for-hp_sw of Package multipath-tools
tree 9d75c468c7b85e0130cf10ac4f64ae632412dd63 parent 9cb63f8de530d42356df9330c4b7f4f64035a8ac author Hannes Reinecke <hare@suse.de> 1174654681 +0100 committer Hannes Reinecke <hare@suse.de> 1174654681 +0100 [hwtable] Use queue_if_no_path feature for hp_sw HP MSA with older firmware really should use the queue_if_no_path feature as both paths might be unavailable during failover. Signed-off-by: Hannes Reinecke <hare@suse.de> c759b8b1a01729a044368527ec08d795ec2175fb libmultipath/hwtable.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index 92304d7..4c8520f 100644 --- a/libmultipath/hwtable.c +++ b/libmultipath/hwtable.c @@ -64,7 +64,7 @@ static struct hwentry default_hw[] = { .product = "HSG80", .getuid = DEFAULT_GETUID, .getprio = "mpath_prio_hp_sw /dev/%n", - .features = DEFAULT_FEATURES, + .features = "1 queue_if_no_path", .hwhandler = "1 hp_sw", .selector = DEFAULT_SELECTOR, .pgpolicy = GROUP_BY_PRIO, @@ -95,7 +95,7 @@ static struct hwentry default_hw[] = { .product = "(MSA|HSV)1.0.*", .getuid = DEFAULT_GETUID, .getprio = "mpath_prio_hp_sw /dev/%n", - .features = DEFAULT_FEATURES, + .features = "1 queue_if_no_path", .hwhandler = "1 hp_sw", .selector = DEFAULT_SELECTOR, .pgpolicy = GROUP_BY_PRIO,