All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] multipath-tools: delete vendor name HUASY for Huawei devices
@ 2017-05-20  8:27 Zou Ming
  2017-05-20  9:02 ` Christophe Varoqui
  0 siblings, 1 reply; 5+ messages in thread
From: Zou Ming @ 2017-05-20  8:27 UTC (permalink / raw)
  To: dm-devel
  Cc: zouming.zouming, guanjunxiong, philip.yang, shenhong09, hege09, qiuxin

For product XSG1,HUASY is obsolete for Huawei devices,Only HUAWEI is the official vendor name.
---
 libmultipath/hwtable.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 54309ef..bd8719c 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -881,7 +881,7 @@ static struct hwentry default_hw[] = {
 	 */
 	{
 		/* OceanStor V3 */
-		.vendor        = "(HUAWEI|HUASY)",
+		.vendor        = "HUAWEI",
 		.product       = "XSG1",
 		.pgpolicy      = MULTIBUS,
 	},
-- 
2.6.4.windows.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] multipath-tools: delete vendor name HUASY for Huawei devices
  2017-05-20  8:27 [PATCH] multipath-tools: delete vendor name HUASY for Huawei devices Zou Ming
@ 2017-05-20  9:02 ` Christophe Varoqui
  2017-05-20  9:17   ` Zouming (IT)
  0 siblings, 1 reply; 5+ messages in thread
From: Christophe Varoqui @ 2017-05-20  9:02 UTC (permalink / raw)
  To: Zou Ming
  Cc: guanjunxiong, philip.yang, shenhong09, device-mapper development,
	hege09, qiuxin


[-- Attachment #1.1: Type: text/plain, Size: 1044 bytes --]

Hi,

question is, is there arrays in the wild exposing this vendor name ?
If so, we'll rather keep its defaults for the decade to come.

Best regards,
Christophe.

On Sat, May 20, 2017 at 10:27 AM, Zou Ming <zouming.zouming@huawei.com>
wrote:

> For product XSG1,HUASY is obsolete for Huawei devices,Only HUAWEI is the
> official vendor name.
> ---
>  libmultipath/hwtable.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
> index 54309ef..bd8719c 100644
> --- a/libmultipath/hwtable.c
> +++ b/libmultipath/hwtable.c
> @@ -881,7 +881,7 @@ static struct hwentry default_hw[] = {
>          */
>         {
>                 /* OceanStor V3 */
> -               .vendor        = "(HUAWEI|HUASY)",
> +               .vendor        = "HUAWEI",
>                 .product       = "XSG1",
>                 .pgpolicy      = MULTIBUS,
>         },
> --
> 2.6.4.windows.1
>
>
> --
> dm-devel mailing list
> dm-devel@redhat.com
> https://www.redhat.com/mailman/listinfo/dm-devel
>

[-- Attachment #1.2: Type: text/html, Size: 1793 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] multipath-tools: delete vendor name HUASY for Huawei devices
  2017-05-20  9:02 ` Christophe Varoqui
@ 2017-05-20  9:17   ` Zouming (IT)
  2017-05-20 10:31     ` Christophe Varoqui
  0 siblings, 1 reply; 5+ messages in thread
From: Zouming (IT) @ 2017-05-20  9:17 UTC (permalink / raw)
  To: Christophe Varoqui
  Cc: guanjunxiong, philip.yang, shenhong09, device-mapper development,
	hege09, qiuxin

Hi christophe:

We absolutely sure for product XSG1,no arrays use vendor name HUASY.
Because these arrays are our up-to-date product.

Best regards,
Zou Ming.

On 2017/5/20 17:02, Christophe Varoqui wrote:
> Hi,
> 
> question is, is there arrays in the wild exposing this vendor name ?
> If so, we'll rather keep its defaults for the decade to come.
> 
> Best regards,
> Christophe.
> 
> On Sat, May 20, 2017 at 10:27 AM, Zou Ming <zouming.zouming@huawei.com <mailto:zouming.zouming@huawei.com>> wrote:
> 
>     For product XSG1,HUASY is obsolete for Huawei devices,Only HUAWEI is the official vendor name.
>     ---
>      libmultipath/hwtable.c | 2 +-
>      1 file changed, 1 insertion(+), 1 deletion(-)
> 
>     diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
>     index 54309ef..bd8719c 100644
>     --- a/libmultipath/hwtable.c
>     +++ b/libmultipath/hwtable.c
>     @@ -881,7 +881,7 @@ static struct hwentry default_hw[] = {
>              */
>             {
>                     /* OceanStor V3 */
>     -               .vendor        = "(HUAWEI|HUASY)",
>     +               .vendor        = "HUAWEI",
>                     .product       = "XSG1",
>                     .pgpolicy      = MULTIBUS,
>             },
>     --
>     2.6.4.windows.1
> 
> 
>     --
>     dm-devel mailing list
>     dm-devel@redhat.com <mailto:dm-devel@redhat.com>
>     https://www.redhat.com/mailman/listinfo/dm-devel <https://www.redhat.com/mailman/listinfo/dm-devel>
> 
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] multipath-tools: delete vendor name HUASY for Huawei devices
  2017-05-20  9:17   ` Zouming (IT)
@ 2017-05-20 10:31     ` Christophe Varoqui
  2017-06-21 10:30       ` Christophe Varoqui
  0 siblings, 1 reply; 5+ messages in thread
From: Christophe Varoqui @ 2017-05-20 10:31 UTC (permalink / raw)
  To: Zouming (IT)
  Cc: guanjunxiong, philip.yang, shenhong09, device-mapper development,
	hege09, qiuxin


[-- Attachment #1.1: Type: text/plain, Size: 1691 bytes --]

Thanks for the clarification.

On Sat, May 20, 2017 at 11:17 AM, Zouming (IT) <zouming.zouming@huawei.com>
wrote:

> Hi christophe:
>
> We absolutely sure for product XSG1,no arrays use vendor name HUASY.
> Because these arrays are our up-to-date product.
>
> Best regards,
> Zou Ming.
>
> On 2017/5/20 17:02, Christophe Varoqui wrote:
> > Hi,
> >
> > question is, is there arrays in the wild exposing this vendor name ?
> > If so, we'll rather keep its defaults for the decade to come.
> >
> > Best regards,
> > Christophe.
> >
> > On Sat, May 20, 2017 at 10:27 AM, Zou Ming <zouming.zouming@huawei.com
> <mailto:zouming.zouming@huawei.com>> wrote:
> >
> >     For product XSG1,HUASY is obsolete for Huawei devices,Only HUAWEI is
> the official vendor name.
> >     ---
> >      libmultipath/hwtable.c | 2 +-
> >      1 file changed, 1 insertion(+), 1 deletion(-)
> >
> >     diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
> >     index 54309ef..bd8719c 100644
> >     --- a/libmultipath/hwtable.c
> >     +++ b/libmultipath/hwtable.c
> >     @@ -881,7 +881,7 @@ static struct hwentry default_hw[] = {
> >              */
> >             {
> >                     /* OceanStor V3 */
> >     -               .vendor        = "(HUAWEI|HUASY)",
> >     +               .vendor        = "HUAWEI",
> >                     .product       = "XSG1",
> >                     .pgpolicy      = MULTIBUS,
> >             },
> >     --
> >     2.6.4.windows.1
> >
> >
> >     --
> >     dm-devel mailing list
> >     dm-devel@redhat.com <mailto:dm-devel@redhat.com>
> >     https://www.redhat.com/mailman/listinfo/dm-devel <
> https://www.redhat.com/mailman/listinfo/dm-devel>
> >
> >
>
>

[-- Attachment #1.2: Type: text/html, Size: 2868 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] multipath-tools: delete vendor name HUASY for Huawei devices
  2017-05-20 10:31     ` Christophe Varoqui
@ 2017-06-21 10:30       ` Christophe Varoqui
  0 siblings, 0 replies; 5+ messages in thread
From: Christophe Varoqui @ 2017-06-21 10:30 UTC (permalink / raw)
  To: Zouming (IT)
  Cc: guanjunxiong, Yang Feng, shenhong09, device-mapper development,
	hege09, qiuxin


[-- Attachment #1.1: Type: text/plain, Size: 1874 bytes --]

And now merged.
Thanks.

On Sat, May 20, 2017 at 12:31 PM, Christophe Varoqui <
christophe.varoqui@opensvc.com> wrote:

> Thanks for the clarification.
>
> On Sat, May 20, 2017 at 11:17 AM, Zouming (IT) <zouming.zouming@huawei.com
> > wrote:
>
>> Hi christophe:
>>
>> We absolutely sure for product XSG1,no arrays use vendor name HUASY.
>> Because these arrays are our up-to-date product.
>>
>> Best regards,
>> Zou Ming.
>>
>> On 2017/5/20 17:02, Christophe Varoqui wrote:
>> > Hi,
>> >
>> > question is, is there arrays in the wild exposing this vendor name ?
>> > If so, we'll rather keep its defaults for the decade to come.
>> >
>> > Best regards,
>> > Christophe.
>> >
>> > On Sat, May 20, 2017 at 10:27 AM, Zou Ming <zouming.zouming@huawei.com
>> <mailto:zouming.zouming@huawei.com>> wrote:
>> >
>> >     For product XSG1,HUASY is obsolete for Huawei devices,Only HUAWEI
>> is the official vendor name.
>> >     ---
>> >      libmultipath/hwtable.c | 2 +-
>> >      1 file changed, 1 insertion(+), 1 deletion(-)
>> >
>> >     diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
>> >     index 54309ef..bd8719c 100644
>> >     --- a/libmultipath/hwtable.c
>> >     +++ b/libmultipath/hwtable.c
>> >     @@ -881,7 +881,7 @@ static struct hwentry default_hw[] = {
>> >              */
>> >             {
>> >                     /* OceanStor V3 */
>> >     -               .vendor        = "(HUAWEI|HUASY)",
>> >     +               .vendor        = "HUAWEI",
>> >                     .product       = "XSG1",
>> >                     .pgpolicy      = MULTIBUS,
>> >             },
>> >     --
>> >     2.6.4.windows.1
>> >
>> >
>> >     --
>> >     dm-devel mailing list
>> >     dm-devel@redhat.com <mailto:dm-devel@redhat.com>
>> >     https://www.redhat.com/mailman/listinfo/dm-devel <
>> https://www.redhat.com/mailman/listinfo/dm-devel>
>> >
>> >
>>
>>
>

[-- Attachment #1.2: Type: text/html, Size: 3396 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-06-21 10:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-20  8:27 [PATCH] multipath-tools: delete vendor name HUASY for Huawei devices Zou Ming
2017-05-20  9:02 ` Christophe Varoqui
2017-05-20  9:17   ` Zouming (IT)
2017-05-20 10:31     ` Christophe Varoqui
2017-06-21 10:30       ` Christophe Varoqui

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.