diff mbox

multipath-tools: new ONTAP maintainer

Message ID 1466694400-7044-1-git-send-email-xose.vazquez@gmail.com (mailing list archive)
State Accepted, archived
Headers show

Commit Message

Xose Vazquez Perez June 23, 2016, 3:06 p.m. UTC
Martin George is in charge of the ONTAP family.

Cc: Martin George <marting@netapp.com>
Cc: Christophe Varoqui <christophe.varoqui@opensvc.com>
Cc: device-mapper development <dm-devel@redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
---
 libmultipath/hwtable.c | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Comments

Martin George June 24, 2016, 5:48 p.m. UTC | #1
Looks good.

Acked-by: Martin George <marting@netapp.com>

On 6/23/2016 8:36 PM, Xose Vazquez Perez wrote:
> Martin George is in charge of the ONTAP family.
>
> Cc: Martin George <marting@netapp.com>
> Cc: Christophe Varoqui <christophe.varoqui@opensvc.com>
> Cc: device-mapper development <dm-devel@redhat.com>
> Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
> ---
>   libmultipath/hwtable.c | 9 +++++----
>   1 file changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
> index 38487c1..c845547 100644
> --- a/libmultipath/hwtable.c
> +++ b/libmultipath/hwtable.c
> @@ -783,7 +783,10 @@ static struct hwentry default_hw[] = {
>   		.prio_args     = NULL,
>   	},
>   	/*
> -	 * NETAPP
> +	 * NETAPP ONTAP family
> +	 *
> +	 * Maintainer : Martin George
> +	 * Mail : marting@netapp.com
>   	 */
>   	{
>   		.vendor        = "NETAPP",
> @@ -803,10 +806,8 @@ static struct hwentry default_hw[] = {
>   		.retain_hwhandler = RETAIN_HWHANDLER_ON,
>   		.detect_prio   = DETECT_PRIO_ON,
>   	},
> -	/*
> -	 * IBM NSeries (NETAPP)
> -	 */
>   	{
> +		/* IBM NSeries */
>   		.vendor        = "IBM",
>   		.product       = "Nseries.*",
>   		.features      = "1 queue_if_no_path",
>

--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel
Christophe Varoqui July 8, 2016, 6:53 a.m. UTC | #2
Merged.
Thanks.

On Fri, Jun 24, 2016 at 7:48 PM, Martin George <marting@netapp.com> wrote:

> Looks good.
>
> Acked-by: Martin George <marting@netapp.com>
>
>
> On 6/23/2016 8:36 PM, Xose Vazquez Perez wrote:
>
>> Martin George is in charge of the ONTAP family.
>>
>> Cc: Martin George <marting@netapp.com>
>> Cc: Christophe Varoqui <christophe.varoqui@opensvc.com>
>> Cc: device-mapper development <dm-devel@redhat.com>
>> Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
>> ---
>>   libmultipath/hwtable.c | 9 +++++----
>>   1 file changed, 5 insertions(+), 4 deletions(-)
>>
>> diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
>> index 38487c1..c845547 100644
>> --- a/libmultipath/hwtable.c
>> +++ b/libmultipath/hwtable.c
>> @@ -783,7 +783,10 @@ static struct hwentry default_hw[] = {
>>                 .prio_args     = NULL,
>>         },
>>         /*
>> -        * NETAPP
>> +        * NETAPP ONTAP family
>> +        *
>> +        * Maintainer : Martin George
>> +        * Mail : marting@netapp.com
>>          */
>>         {
>>                 .vendor        = "NETAPP",
>> @@ -803,10 +806,8 @@ static struct hwentry default_hw[] = {
>>                 .retain_hwhandler = RETAIN_HWHANDLER_ON,
>>                 .detect_prio   = DETECT_PRIO_ON,
>>         },
>> -       /*
>> -        * IBM NSeries (NETAPP)
>> -        */
>>         {
>> +               /* IBM NSeries */
>>                 .vendor        = "IBM",
>>                 .product       = "Nseries.*",
>>                 .features      = "1 queue_if_no_path",
>>
>>
--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel
diff mbox

Patch

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 38487c1..c845547 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -783,7 +783,10 @@  static struct hwentry default_hw[] = {
 		.prio_args     = NULL,
 	},
 	/*
-	 * NETAPP
+	 * NETAPP ONTAP family
+	 *
+	 * Maintainer : Martin George
+	 * Mail : marting@netapp.com
 	 */
 	{
 		.vendor        = "NETAPP",
@@ -803,10 +806,8 @@  static struct hwentry default_hw[] = {
 		.retain_hwhandler = RETAIN_HWHANDLER_ON,
 		.detect_prio   = DETECT_PRIO_ON,
 	},
-	/*
-	 * IBM NSeries (NETAPP)
-	 */
 	{
+		/* IBM NSeries */
 		.vendor        = "IBM",
 		.product       = "Nseries.*",
 		.features      = "1 queue_if_no_path",