Search
j0ke.net Open Build Service
>
Projects
>
GFS
>
multipath-tools
> multipath-tools-add-ibm-1722-600
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File multipath-tools-add-ibm-1722-600 of Package multipath-tools
tree 42bfaa4620ae5abe2d3e07719bbd3690f48e7c27 parent 6c3b4b32708a97d276a126a1f152b1e4471136a0 author Hannes Reinecke <hare@suse.de> 1183456420 +0200 committer Hannes Reinecke <hare@suse.de> 1183456420 +0200 hwtable: Add IBM FAStT 1722-600 References: 282755 Signed-off-by: Hannes Reinecke <hare@suse.de> bf9b21087d5dd39387ae029cb3fdc3fe0619e47f libmultipath/hwtable.c | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index 9132ca0..1cfa968 100644 --- a/libmultipath/hwtable.c +++ b/libmultipath/hwtable.c @@ -290,6 +290,22 @@ static struct hwentry default_hw[] = { .checker_name = READSECTOR0, }, { + /* IBM FAStT 1722-600 */ + .vendor = "IBM", + .product = "1722-600", + .getuid = DEFAULT_GETUID, + .getprio = "mpath_prio_tpc /dev/%n", + .features = "1 queue_if_no_path", + .hwhandler = DEFAULT_HWHANDLER, + .selector = DEFAULT_SELECTOR, + .pgpolicy = GROUP_BY_PRIO, + .pgfailback = -FAILBACK_IMMEDIATE, + .rr_weight = RR_WEIGHT_NONE, + .no_path_retry = 300, + .minio = DEFAULT_MINIO, + .checker_name = RDAC, + }, + { /* IBM DS4400 / FAStT700 */ .vendor = "IBM", .product = "1742",