From: Hannes Reinecke Date: Thu, 28 Jun 2012 16:19:48 +0000 (+0200) Subject: Add definitions for HP P6300 X-Git-Tag: 0.5.0~122 X-Git-Url: https://git.opensvc.com/gitweb.cgi?p=multipath-tools%2F.git;a=commitdiff_plain;h=4bfa9a4f18b0528fa3ab5af99a2ef1bcea8d184a Add definitions for HP P6300 Signed-off-by: Hannes Reinecke --- diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index c5b40719..d7292ee7 100644 --- a/libmultipath/hwtable.c +++ b/libmultipath/hwtable.c @@ -133,7 +133,7 @@ static struct hwentry default_hw[] = { { /* EVA 3000/5000 with new firmware, EVA 4000/6000/8000 */ .vendor = "(COMPAQ|HP)", - .product = "HSV1[01]1|HSV2[01]0|HSV300|HSV4[05]0", + .product = "HSV1[01]1|HSV2[01]0|HSV3[046]0|HSV4[05]0", .features = DEFAULT_FEATURES, .hwhandler = DEFAULT_HWHANDLER, .pgpolicy = GROUP_BY_PRIO,