All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] multipath-tools: replace RDAC maintainer with a generic alias
@ 2017-09-28 21:42 Xose Vazquez Perez
  2017-09-28 21:57 ` Stewart, Sean
  2017-11-15 22:54 ` Xose Vazquez Perez
  0 siblings, 2 replies; 4+ messages in thread
From: Xose Vazquez Perez @ 2017-09-28 21:42 UTC (permalink / raw)
  Cc: NetApp RDAC team, device-mapper development, Xose Vazquez Perez,
	Sean Stewart

Sean moved to a different role.

Cc: Sean Stewart <Sean.Stewart@netapp.com>
Cc: NetApp RDAC team <ng-eseries-upstream-maintainers@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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index efa81ba..2a93a48 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -639,8 +639,8 @@ static struct hwentry default_hw[] = {
 		/*
 		 * SANtricity(RDAC) family
 		 *
-		 * Maintainer : Sean Stewart
-		 * Mail : sean.stewart@netapp.com
+		 * Maintainer : NetApp RDAC team
+		 * Mail : ng-eseries-upstream-maintainers@netapp.com
 		 */
 		.vendor        = "(NETAPP|LSI|ENGENIO)",
 		.product       = "INF-01-00",
-- 
2.13.6

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

* Re: [PATCH] multipath-tools: replace RDAC maintainer with a generic alias
  2017-09-28 21:42 [PATCH] multipath-tools: replace RDAC maintainer with a generic alias Xose Vazquez Perez
@ 2017-09-28 21:57 ` Stewart, Sean
  2017-11-15 22:54 ` Xose Vazquez Perez
  1 sibling, 0 replies; 4+ messages in thread
From: Stewart, Sean @ 2017-09-28 21:57 UTC (permalink / raw)
  To: Xose Vazquez Perez
  Cc: ng-eseries-upstream-maintainers, device-mapper development

On 9/28/17, 4:42 PM, "Xose Vazquez Perez" <xose.vazquez@gmail.com> wrote:

    Sean moved to a different role.
    
    Cc: Sean Stewart <Sean.Stewart@netapp.com>
    Cc: NetApp RDAC team <ng-eseries-upstream-maintainers@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 | 4 ++--
     1 file changed, 2 insertions(+), 2 deletions(-)
    
    diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
    index efa81ba..2a93a48 100644
    --- a/libmultipath/hwtable.c
    +++ b/libmultipath/hwtable.c
    @@ -639,8 +639,8 @@ static struct hwentry default_hw[] = {
     		/*
     		 * SANtricity(RDAC) family
     		 *
    -		 * Maintainer : Sean Stewart
    -		 * Mail : sean.stewart@netapp.com
    +		 * Maintainer : NetApp RDAC team
    +		 * Mail : ng-eseries-upstream-maintainers@netapp.com
     		 */
     		.vendor        = "(NETAPP|LSI|ENGENIO)",
     		.product       = "INF-01-00",
    -- 
    2.13.6
    
    
Acked-by: Sean Stewart <Sean.Stewart@netapp.com>

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

* Re: [PATCH] multipath-tools: replace RDAC maintainer with a generic alias
  2017-09-28 21:42 [PATCH] multipath-tools: replace RDAC maintainer with a generic alias Xose Vazquez Perez
  2017-09-28 21:57 ` Stewart, Sean
@ 2017-11-15 22:54 ` Xose Vazquez Perez
  2017-11-15 23:00   ` Christophe Varoqui
  1 sibling, 1 reply; 4+ messages in thread
From: Xose Vazquez Perez @ 2017-11-15 22:54 UTC (permalink / raw)
  To: Christophe Varoqui
  Cc: NetApp RDAC team, device-mapper development, Sean Stewart

On 09/28/2017 11:42 PM, Xose Vazquez Perez wrote:

This one is missing.

> Sean moved to a different role.
> 
> Cc: Sean Stewart <Sean.Stewart@netapp.com>
> Cc: NetApp RDAC team <ng-eseries-upstream-maintainers@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 | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
> index efa81ba..2a93a48 100644
> --- a/libmultipath/hwtable.c
> +++ b/libmultipath/hwtable.c
> @@ -639,8 +639,8 @@ static struct hwentry default_hw[] = {
>  		/*
>  		 * SANtricity(RDAC) family
>  		 *
> -		 * Maintainer : Sean Stewart
> -		 * Mail : sean.stewart@netapp.com
> +		 * Maintainer : NetApp RDAC team
> +		 * Mail : ng-eseries-upstream-maintainers@netapp.com
>  		 */
>  		.vendor        = "(NETAPP|LSI|ENGENIO)",
>  		.product       = "INF-01-00",
> 

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

* Re: [PATCH] multipath-tools: replace RDAC maintainer with a generic alias
  2017-11-15 22:54 ` Xose Vazquez Perez
@ 2017-11-15 23:00   ` Christophe Varoqui
  0 siblings, 0 replies; 4+ messages in thread
From: Christophe Varoqui @ 2017-11-15 23:00 UTC (permalink / raw)
  To: Xose Vazquez Perez
  Cc: NetApp RDAC team, device-mapper development, Sean Stewart


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

Ok, merged.
Post 0.7.4, sorry.

On Wed, Nov 15, 2017 at 11:54 PM, Xose Vazquez Perez <xose.vazquez@gmail.com
> wrote:

> On 09/28/2017 11:42 PM, Xose Vazquez Perez wrote:
>
> This one is missing.
>
> > Sean moved to a different role.
> >
> > Cc: Sean Stewart <Sean.Stewart@netapp.com>
> > Cc: NetApp RDAC team <ng-eseries-upstream-maintainers@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 | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
> > index efa81ba..2a93a48 100644
> > --- a/libmultipath/hwtable.c
> > +++ b/libmultipath/hwtable.c
> > @@ -639,8 +639,8 @@ static struct hwentry default_hw[] = {
> >               /*
> >                * SANtricity(RDAC) family
> >                *
> > -              * Maintainer : Sean Stewart
> > -              * Mail : sean.stewart@netapp.com
> > +              * Maintainer : NetApp RDAC team
> > +              * Mail : ng-eseries-upstream-maintainers@netapp.com
> >                */
> >               .vendor        = "(NETAPP|LSI|ENGENIO)",
> >               .product       = "INF-01-00",
> >
>
>

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

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



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

end of thread, other threads:[~2017-11-15 23:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-28 21:42 [PATCH] multipath-tools: replace RDAC maintainer with a generic alias Xose Vazquez Perez
2017-09-28 21:57 ` Stewart, Sean
2017-11-15 22:54 ` Xose Vazquez Perez
2017-11-15 23:00   ` 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.