All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Update ETERNUS DX entry
@ 2015-03-09 14:57 Gerhard Wichert
  2015-03-09 21:49 ` Christophe Varoqui
  2015-03-13 14:11 ` Sebastian Herbszt
  0 siblings, 2 replies; 7+ messages in thread
From: Gerhard Wichert @ 2015-03-09 14:57 UTC (permalink / raw)
  To: dm-devel; +Cc: Wilck, Martin, Montag, Rainer


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

Add DX8700 S3 and DX8900 S3

Signed-off-by: Gerhard Wichert <gerhard.wichert@ts.fujitsu.com>
---
 libmultipath/hwtable.c  | 2 +-
 multipath.conf.defaults | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index bf2c2ca..6de915b 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -308,7 +308,7 @@ static struct hwentry default_hw[] = {
        },
        {
                .vendor        = "FUJITSU",
-               .product       = "ETERNUS_DX(L|M|400|8000)",
+               .product       = "ETERNUS_DX(H|L|M|400|8000)",
                .features      = "1 queue_if_no_path",
                .hwhandler     = DEFAULT_HWHANDLER,
                .pgpolicy      = GROUP_BY_PRIO,
diff --git a/multipath.conf.defaults b/multipath.conf.defaults
index cf8cfdb..c5f12e8 100644
--- a/multipath.conf.defaults
+++ b/multipath.conf.defaults
@@ -285,7 +285,7 @@
 #      }
 #      device {
 #              vendor "FUJITSU"
-#              product "ETERNUS_DX(L|M|400|8000)"
+#              product "ETERNUS_DX(H|L|M|400|8000)"
 #              path_grouping_policy "group_by_prio"
 #              path_checker "tur"
 #              features "1 queue_if_no_path"


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

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



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

* Re: [PATCH] Update ETERNUS DX entry
  2015-03-09 14:57 [PATCH] Update ETERNUS DX entry Gerhard Wichert
@ 2015-03-09 21:49 ` Christophe Varoqui
  2015-03-13 14:11 ` Sebastian Herbszt
  1 sibling, 0 replies; 7+ messages in thread
From: Christophe Varoqui @ 2015-03-09 21:49 UTC (permalink / raw)
  To: Gerhard Wichert; +Cc: Wilck, Martin, device-mapper development, Montag, Rainer


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

Applied.
Thanks.

On Mon, Mar 9, 2015 at 3:57 PM, Gerhard Wichert <
Gerhard.Wichert@ts.fujitsu.com> wrote:

>  Add DX8700 S3 and DX8900 S3
>
>
>
> Signed-off-by: Gerhard Wichert <gerhard.wichert@ts.fujitsu.com>
>
> ---
>
>  libmultipath/hwtable.c  | 2 +-
>
>  multipath.conf.defaults | 2 +-
>
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
>
> index bf2c2ca..6de915b 100644
>
> --- a/libmultipath/hwtable.c
>
> +++ b/libmultipath/hwtable.c
>
> @@ -308,7 +308,7 @@ static struct hwentry default_hw[] = {
>
> },
>
> {
>
> .vendor = "FUJITSU",
>
> - .product = "ETERNUS_DX(L|M|400|8000)",
>
> + .product = "ETERNUS_DX(H|L|M|400|8000)",
>
> .features = "1 queue_if_no_path",
>
> .hwhandler = DEFAULT_HWHANDLER,
>
> .pgpolicy = GROUP_BY_PRIO,
>
> diff --git a/multipath.conf.defaults b/multipath.conf.defaults
>
> index cf8cfdb..c5f12e8 100644
>
> --- a/multipath.conf.defaults
>
> +++ b/multipath.conf.defaults
>
> @@ -285,7 +285,7 @@
>
> # }
>
> # device {
>
> # vendor "FUJITSU"
>
> -# product "ETERNUS_DX(L|M|400|8000)"
>
> +# product "ETERNUS_DX(H|L|M|400|8000)"
>
> # path_grouping_policy "group_by_prio"
>
> # path_checker "tur"
>
> # features "1 queue_if_no_path"
>
>
>

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

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



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

* Re: [PATCH] Update ETERNUS DX entry
  2015-03-09 14:57 [PATCH] Update ETERNUS DX entry Gerhard Wichert
  2015-03-09 21:49 ` Christophe Varoqui
@ 2015-03-13 14:11 ` Sebastian Herbszt
  2015-03-17 12:52   ` Wilck, Martin
  1 sibling, 1 reply; 7+ messages in thread
From: Sebastian Herbszt @ 2015-03-13 14:11 UTC (permalink / raw)
  To: device-mapper development; +Cc: Wilck, Martin, Gerhard.Wichert, Montag, Rainer

Gerhard Wichert wrote:
> Add DX8700 S3 and DX8900 S3
> 
> Signed-off-by: Gerhard Wichert <gerhard.wichert@ts.fujitsu.com>
> ---
>  libmultipath/hwtable.c  | 2 +-
>  multipath.conf.defaults | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
> index bf2c2ca..6de915b 100644
> --- a/libmultipath/hwtable.c
> +++ b/libmultipath/hwtable.c
> @@ -308,7 +308,7 @@ static struct hwentry default_hw[] = {
>         },
>         {
>                 .vendor        = "FUJITSU",
> -               .product       = "ETERNUS_DX(L|M|400|8000)",
> +               .product       = "ETERNUS_DX(H|L|M|400|8000)",
>                 .features      = "1 queue_if_no_path",
>                 .hwhandler     = DEFAULT_HWHANDLER,
>                 .pgpolicy      = GROUP_BY_PRIO,
> diff --git a/multipath.conf.defaults b/multipath.conf.defaults
> index cf8cfdb..c5f12e8 100644
> --- a/multipath.conf.defaults
> +++ b/multipath.conf.defaults
> @@ -285,7 +285,7 @@
>  #      }
>  #      device {
>  #              vendor "FUJITSU"
> -#              product "ETERNUS_DX(L|M|400|8000)"
> +#              product "ETERNUS_DX(H|L|M|400|8000)"
>  #              path_grouping_policy "group_by_prio"
>  #              path_checker "tur"
>  #              features "1 queue_if_no_path"
> 

Can we keep the product list sorted (entry, mid-range, high-end)?
Like "ETERNUS_DX(L|M|400|H|8000)" or "ETERNUS_DX(L|400|M|8000|H)".

Sebastian

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

* Re: [PATCH] Update ETERNUS DX entry
  2015-03-13 14:11 ` Sebastian Herbszt
@ 2015-03-17 12:52   ` Wilck, Martin
  0 siblings, 0 replies; 7+ messages in thread
From: Wilck, Martin @ 2015-03-17 12:52 UTC (permalink / raw)
  To: herbszt; +Cc: Montag, Rainer, dm-devel, Wichert, Gerhard

On Fr, 2015-03-13 at 15:11 +0100, Sebastian Herbszt wrote:
> Gerhard Wichert wrote:
> > Add DX8700 S3 and DX8900 S3
> >

> Can we keep the product list sorted (entry, mid-range, high-end)?
> Like "ETERNUS_DX(L|M|400|H|8000)" or "ETERNUS_DX(L|400|M|8000|H)".

Sure, no problem.

Martin

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

* Re: [PATCH] Update ETERNUS DX entry
  2014-08-27 21:32 ` Sebastian Herbszt
@ 2014-08-28  3:58   ` Christophe Varoqui
  0 siblings, 0 replies; 7+ messages in thread
From: Christophe Varoqui @ 2014-08-28  3:58 UTC (permalink / raw)
  To: Sebastian Herbszt; +Cc: device-mapper development


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

Sorry, the patch was lost in the backlog.
Applied,
Thanks.


On Wed, Aug 27, 2014 at 11:32 PM, Sebastian Herbszt <herbszt@gmx.de> wrote:

> I wrote:
> > Add DX500 S3/DX600 S3.
> >
> > Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
> > ---
> >  libmultipath/hwtable.c  | 2 +-
> >  multipath.conf.defaults | 2 +-
> >  2 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
> > index bb73a40..b774453 100644
> > --- a/libmultipath/hwtable.c
> > +++ b/libmultipath/hwtable.c
> > @@ -308,7 +308,7 @@ static struct hwentry default_hw[] = {
> >       },
> >       {
> >               .vendor        = "FUJITSU",
> > -             .product       = "ETERNUS_DX(L|400|8000)",
> > +             .product       = "ETERNUS_DX(L|M|400|8000)",
> >               .features      = "1 queue_if_no_path",
> >               .hwhandler     = DEFAULT_HWHANDLER,
> >               .pgpolicy      = GROUP_BY_PRIO,
> > diff --git a/multipath.conf.defaults b/multipath.conf.defaults
> > index 12fb3f0..654be97 100644
> > --- a/multipath.conf.defaults
> > +++ b/multipath.conf.defaults
> > @@ -285,7 +285,7 @@
> >  #    }
> >  #    device {
> >  #            vendor "FUJITSU"
> > -#            product "ETERNUS_DX(L|400|8000)"
> > +#            product "ETERNUS_DX(L|M|400|8000)"
> >  #            path_grouping_policy "group_by_prio"
> >  #            path_checker "tur"
> >  #            features "1 queue_if_no_path"
>
> Christophe, can you apply this?
>
> Sebastian
>

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

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



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

* Re: [PATCH] Update ETERNUS DX entry
  2014-06-30 21:38 Sebastian Herbszt
@ 2014-08-27 21:32 ` Sebastian Herbszt
  2014-08-28  3:58   ` Christophe Varoqui
  0 siblings, 1 reply; 7+ messages in thread
From: Sebastian Herbszt @ 2014-08-27 21:32 UTC (permalink / raw)
  To: Christophe Varoqui; +Cc: dm-devel, Sebastian Herbszt

I wrote:
> Add DX500 S3/DX600 S3.
> 
> Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
> ---
>  libmultipath/hwtable.c  | 2 +-
>  multipath.conf.defaults | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
> index bb73a40..b774453 100644
> --- a/libmultipath/hwtable.c
> +++ b/libmultipath/hwtable.c
> @@ -308,7 +308,7 @@ static struct hwentry default_hw[] = {
>  	},
>  	{
>  		.vendor        = "FUJITSU",
> -		.product       = "ETERNUS_DX(L|400|8000)",
> +		.product       = "ETERNUS_DX(L|M|400|8000)",
>  		.features      = "1 queue_if_no_path",
>  		.hwhandler     = DEFAULT_HWHANDLER,
>  		.pgpolicy      = GROUP_BY_PRIO,
> diff --git a/multipath.conf.defaults b/multipath.conf.defaults
> index 12fb3f0..654be97 100644
> --- a/multipath.conf.defaults
> +++ b/multipath.conf.defaults
> @@ -285,7 +285,7 @@
>  #	}
>  #	device {
>  #		vendor "FUJITSU"
> -#		product "ETERNUS_DX(L|400|8000)"
> +#		product "ETERNUS_DX(L|M|400|8000)"
>  #		path_grouping_policy "group_by_prio"
>  #		path_checker "tur"
>  #		features "1 queue_if_no_path"

Christophe, can you apply this?

Sebastian

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

* [PATCH] Update ETERNUS DX entry
@ 2014-06-30 21:38 Sebastian Herbszt
  2014-08-27 21:32 ` Sebastian Herbszt
  0 siblings, 1 reply; 7+ messages in thread
From: Sebastian Herbszt @ 2014-06-30 21:38 UTC (permalink / raw)
  To: dm-devel; +Cc: Martin Wilck, Gerhard Wichert, Sebastian Herbszt

Add DX500 S3/DX600 S3.

Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
---
 libmultipath/hwtable.c  | 2 +-
 multipath.conf.defaults | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index bb73a40..b774453 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -308,7 +308,7 @@ static struct hwentry default_hw[] = {
 	},
 	{
 		.vendor        = "FUJITSU",
-		.product       = "ETERNUS_DX(L|400|8000)",
+		.product       = "ETERNUS_DX(L|M|400|8000)",
 		.features      = "1 queue_if_no_path",
 		.hwhandler     = DEFAULT_HWHANDLER,
 		.pgpolicy      = GROUP_BY_PRIO,
diff --git a/multipath.conf.defaults b/multipath.conf.defaults
index 12fb3f0..654be97 100644
--- a/multipath.conf.defaults
+++ b/multipath.conf.defaults
@@ -285,7 +285,7 @@
 #	}
 #	device {
 #		vendor "FUJITSU"
-#		product "ETERNUS_DX(L|400|8000)"
+#		product "ETERNUS_DX(L|M|400|8000)"
 #		path_grouping_policy "group_by_prio"
 #		path_checker "tur"
 #		features "1 queue_if_no_path"
-- 
1.9.3

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

end of thread, other threads:[~2015-03-17 12:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-09 14:57 [PATCH] Update ETERNUS DX entry Gerhard Wichert
2015-03-09 21:49 ` Christophe Varoqui
2015-03-13 14:11 ` Sebastian Herbszt
2015-03-17 12:52   ` Wilck, Martin
  -- strict thread matches above, loose matches on Subject: below --
2014-06-30 21:38 Sebastian Herbszt
2014-08-27 21:32 ` Sebastian Herbszt
2014-08-28  3:58   ` 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.