diff mbox

Update ETERNUS DX entry

Message ID 20140630233858.00001ed0@localhost (mailing list archive)
State Not Applicable, archived
Delegated to: Mike Snitzer
Headers show

Commit Message

Sebastian Herbszt June 30, 2014, 9:38 p.m. UTC
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(-)

Comments

Sebastian Herbszt Aug. 27, 2014, 9:32 p.m. UTC | #1
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

--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel
Christophe Varoqui Aug. 28, 2014, 3:58 a.m. UTC | #2
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
>
--
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 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"