diff mbox

[00/11] Final round of SLES resync patches

Message ID 50FCEB1E.8050607@suse.de (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Hannes Reinecke Jan. 21, 2013, 7:15 a.m. UTC
On 01/18/2013 05:58 PM, Xose Vazquez Perez wrote:
> On 01/17/2013 03:59 PM, Hannes Reinecke wrote:
>
>> and this is now the final round of SLES resync patches.
>
> Hannes, I do miss support for HSV3[46]0 devices.
>
Oh. Correct.

Christophe, could you apply the patch?

Thanks.

Cheers,

Hannes

Comments

Christophe Varoqui Jan. 21, 2013, 6:48 p.m. UTC | #1
On lun., 2013-01-21 at 08:15 +0100, Hannes Reinecke wrote:
> On 01/18/2013 05:58 PM, Xose Vazquez Perez wrote:
> > On 01/17/2013 03:59 PM, Hannes Reinecke wrote:
> >
> >> and this is now the final round of SLES resync patches.
> >
> > Hannes, I do miss support for HSV3[46]0 devices.
> >
> Oh. Correct.
> 
> Christophe, could you apply the patch?
> 
Done.

Christophe Varoqui
www.opensvc.com


--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel
diff mbox

Patch

>From 9631beb23e3f873ceac4a80746cd3013891d33b6 Mon Sep 17 00:00:00 2001
From: Hannes Reinecke <hare@suse.de>
Date: Thu, 28 Jun 2012 18:19:48 +0200
Subject: [PATCH] Add definitions for HP P6300

Signed-off-by: Hannes Reinecke <hare@suse.de>

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index c5b4071..d7292ee 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,