Search
j0ke.net Open Build Service
>
Projects
>
GFS
>
multipath-tools
> multipath-tools-update-hp-controller-regex
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File multipath-tools-update-hp-controller-regex of Package multipath-tools
commit 36ea6f1c3ff7e6eabe8f5c9923f5fbc92609311f Author: Hannes Reinecke <hare@suse.de> Date: Mon Mar 31 12:04:27 2008 +0200 Update hardware table definitions for HP arrays Update the regex definitions for HP arrays. Signed-off-by: Vijaykumar Balasubramanian <vijayakumar@hp.com> Signed-off-by: Hannes Reinecke <hare@suse.de> diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index 1c52b93..02694f6 100644 --- a/libmultipath/hwtable.c +++ b/libmultipath/hwtable.c @@ -93,7 +93,7 @@ static struct hwentry default_hw[] = { { /* MSA 1000/MSA1500 EVA 3000/5000 with old firmware */ .vendor = "(COMPAQ|HP)", - .product = "(MSA|HSV)1.0.*", + .product = "MSA|HSV1.0.*", .getuid = DEFAULT_GETUID, .features = "1 queue_if_no_path", .hwhandler = "1 hp-sw", @@ -140,7 +140,7 @@ static struct hwentry default_hw[] = { { /* EVA 3000/5000 with new firmware, EVA 4000/6000/8000 */ .vendor = "(COMPAQ|HP)", - .product = "HSV1[01]1 .C.COMPAQ|HSV[23][01]0", + .product = "HSV1[01]1|HSV2[01]0|HSV300", .getuid = DEFAULT_GETUID, .features = DEFAULT_FEATURES, .hwhandler = DEFAULT_HWHANDLER,