Search
j0ke.net Open Build Service
>
Projects
>
GFS
>
multipath-tools
> multipath-tools-update-rdac-controller-entries
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File multipath-tools-update-rdac-controller-entries of Package multipath-tools
From 65b57e335485833cc21c1775800922d9e41b9f69 Mon Sep 17 00:00:00 2001 From: Hannes Reinecke <hare@suse.de> Date: Fri, 11 Jan 2008 08:42:55 +0100 Subject: [PATCH] Update RDAC controller entries The tpc prio callout got renamed to rdac, and we now really should use the 'rdac' hardware handler. Signed-off-by: Hannes Reinecke <hare@suse.de> --- libmultipath/hwtable.c | 30 +++++++++++++++--------------- 1 files changed, 15 insertions(+), 15 deletions(-) diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index 4bc1540..639f30a 100644 --- a/libmultipath/hwtable.c +++ b/libmultipath/hwtable.c @@ -310,9 +310,9 @@ static struct hwentry default_hw[] = { .vendor = "IBM", .product = "1722-600", .getuid = DEFAULT_GETUID, - .getprio = "mpath_prio_tpc /dev/%n", + .getprio = "mpath_prio_rdac /dev/%n", .features = "1 queue_if_no_path", - .hwhandler = DEFAULT_HWHANDLER, + .hwhandler = "1 rdac", .selector = DEFAULT_SELECTOR, .pgpolicy = GROUP_BY_PRIO, .pgfailback = -FAILBACK_IMMEDIATE, @@ -326,9 +326,9 @@ static struct hwentry default_hw[] = { .vendor = "IBM", .product = "1742", .getuid = DEFAULT_GETUID, - .getprio = "mpath_prio_tpc /dev/%n", + .getprio = "mpath_prio_rdac /dev/%n", .features = DEFAULT_FEATURES, - .hwhandler = "2 rdac 0", + .hwhandler = "1 rdac", .selector = DEFAULT_SELECTOR, .pgpolicy = GROUP_BY_PRIO, .pgfailback = -FAILBACK_IMMEDIATE, @@ -342,7 +342,7 @@ static struct hwentry default_hw[] = { .vendor = "IBM", .product = "1814", .getuid = DEFAULT_GETUID, - .getprio = "mpath_prio_tpc /dev/%n", + .getprio = "mpath_prio_rdac /dev/%n", .features = DEFAULT_FEATURES, .hwhandler = "2 rdac 0", .selector = DEFAULT_SELECTOR, @@ -358,9 +358,9 @@ static struct hwentry default_hw[] = { .vendor = "IBM", .product = "3526", .getuid = DEFAULT_GETUID, - .getprio = "mpath_prio_tpc /dev/%n", + .getprio = "mpath_prio_rdac /dev/%n", .features = DEFAULT_FEATURES, - .hwhandler = "2 rdac 0", + .hwhandler = "1 rdac", .selector = DEFAULT_SELECTOR, .pgpolicy = GROUP_BY_PRIO, .pgfailback = -FAILBACK_IMMEDIATE, @@ -554,9 +554,9 @@ static struct hwentry default_hw[] = { .vendor = "SGI", .product = "TP9[45]00", .getuid = DEFAULT_GETUID, - .getprio = "mpath_prio_tpc /dev/%n", + .getprio = "mpath_prio_rdac /dev/%n", .features = DEFAULT_FEATURES, - .hwhandler = DEFAULT_HWHANDLER, + .hwhandler = "1 rdac", .selector = DEFAULT_SELECTOR, .pgpolicy = GROUP_BY_PRIO, .pgfailback = -FAILBACK_IMMEDIATE, @@ -569,9 +569,9 @@ static struct hwentry default_hw[] = { .vendor = "SGI", .product = "IS.*", .getuid = DEFAULT_GETUID, - .getprio = "mpath_prio_tpc /dev/%n", + .getprio = "mpath_prio_rdac /dev/%n", .features = DEFAULT_FEATURES, - .hwhandler = DEFAULT_HWHANDLER, + .hwhandler = "1 rdac", .selector = DEFAULT_SELECTOR, .pgpolicy = GROUP_BY_PRIO, .pgfailback = -FAILBACK_IMMEDIATE, @@ -590,9 +590,9 @@ static struct hwentry default_hw[] = { .vendor = "STK", .product = "OPENstorage D280", .getuid = DEFAULT_GETUID, - .getprio = "mpath_prio_tpc /dev/%n", + .getprio = "mpath_prio_rdac /dev/%n", .features = DEFAULT_FEATURES, - .hwhandler = DEFAULT_HWHANDLER, + .hwhandler = "1 rdac", .selector = DEFAULT_SELECTOR, .pgpolicy = GROUP_BY_PRIO, .pgfailback = -FAILBACK_IMMEDIATE, @@ -626,7 +626,7 @@ static struct hwentry default_hw[] = { .vendor = "SUN", .product = "CSM200_R", .getuid = DEFAULT_GETUID, - .getprio = "mpath_prio_tpc /dev/%n", + .getprio = "mpath_prio_rdac /dev/%n", .features = DEFAULT_FEATURES, .hwhandler = "1 rdac", .selector = DEFAULT_SELECTOR, @@ -642,7 +642,7 @@ static struct hwentry default_hw[] = { .vendor = "SUN", .product = "LCSM100_F", .getuid = DEFAULT_GETUID, - .getprio = "mpath_prio_tpc /dev/%n", + .getprio = "mpath_prio_rdac /dev/%n", .features = DEFAULT_FEATURES, .hwhandler = "1 rdac", .selector = DEFAULT_SELECTOR, -- 1.5.3.4