diff mbox

multipath-tools: replace RDAC maintainer with a generic alias

Message ID 20170928214233.9438-1-xose.vazquez@gmail.com (mailing list archive)
State Not Applicable, archived
Delegated to: christophe varoqui
Headers show

Commit Message

Xose Vazquez Perez Sept. 28, 2017, 9:42 p.m. UTC
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(-)

Comments

Stewart, Sean Sept. 28, 2017, 9:57 p.m. UTC | #1
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>


--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel
Xose Vazquez Perez Nov. 15, 2017, 10:54 p.m. UTC | #2
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",
> 

--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel
Christophe Varoqui Nov. 15, 2017, 11 p.m. UTC | #3
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",
> >
>
>
--
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 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",