All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] new devices + one fix
@ 2017-09-23 23:38 Xose Vazquez Perez
  2017-09-23 23:38 ` [PATCH 1/5] multipath-tools: add XIOtech/Magnitude to hardware table Xose Vazquez Perez
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Xose Vazquez Perez @ 2017-09-23 23:38 UTC (permalink / raw)
  Cc: device-mapper development, Xose Vazquez Perez

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>

Xose Vazquez Perez (5):
  multipath-tools: add XIOtech/Magnitude to hardware table
  multipath-tools: add XIV/NEXTRA to hardware table
  multipath-tools: delete libdmmp.pc in uninstall
  multipath-tools: add TMS/RamSan to hardware table
  multipath-tools: add AccelStor/NeoSapphire to hardware table

 libdmmp/Makefile       |  1 +
 libmultipath/hwtable.c | 27 ++++++++++++++++++++++-----
 2 files changed, 23 insertions(+), 5 deletions(-)

-- 
2.13.5

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

* [PATCH 1/5] multipath-tools: add XIOtech/Magnitude to hardware table
  2017-09-23 23:38 [PATCH 0/5] new devices + one fix Xose Vazquez Perez
@ 2017-09-23 23:38 ` Xose Vazquez Perez
  2017-09-23 23:39 ` [PATCH 2/5] multipath-tools: add XIV/NEXTRA " Xose Vazquez Perez
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Xose Vazquez Perez @ 2017-09-23 23:38 UTC (permalink / raw)
  Cc: device-mapper development, Xose Vazquez Perez

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 | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index b018ddf..2400473 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -1063,6 +1063,13 @@ static struct hwentry default_hw[] = {
 		.pgpolicy      = MULTIBUS,
 		.no_path_retry = 30,
 	},
+	{
+		/* Magnitude family */
+		.vendor        = "(XIOTECH|XIOtech)",
+		.product       = "Magnitude",
+		.pgpolicy      = MULTIBUS,
+		.no_path_retry = 30,
+	},
 	/*
 	 * Violin Memory
 	 */
-- 
2.13.5

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

* [PATCH 2/5] multipath-tools: add XIV/NEXTRA to hardware table
  2017-09-23 23:38 [PATCH 0/5] new devices + one fix Xose Vazquez Perez
  2017-09-23 23:38 ` [PATCH 1/5] multipath-tools: add XIOtech/Magnitude to hardware table Xose Vazquez Perez
@ 2017-09-23 23:39 ` Xose Vazquez Perez
  2017-09-23 23:39 ` [PATCH 3/5] multipath-tools: delete libdmmp.pc in uninstall Xose Vazquez Perez
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Xose Vazquez Perez @ 2017-09-23 23:39 UTC (permalink / raw)
  Cc: device-mapper development, Xose Vazquez Perez

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 2400473..6074e93 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -568,8 +568,8 @@ static struct hwentry default_hw[] = {
 	},
 	{
 		/* XIV Storage System / FlashSystem A9000/A9000R */
-		.vendor        = "IBM",
-		.product       = "2810XIV",
+		.vendor        = "(XIV|IBM)",
+		.product       = "(NEXTRA|2810XIV)",
 		.no_path_retry = NO_PATH_RETRY_QUEUE,
 		.pgpolicy      = MULTIBUS,
 	},
-- 
2.13.5

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

* [PATCH 3/5] multipath-tools: delete libdmmp.pc in uninstall
  2017-09-23 23:38 [PATCH 0/5] new devices + one fix Xose Vazquez Perez
  2017-09-23 23:38 ` [PATCH 1/5] multipath-tools: add XIOtech/Magnitude to hardware table Xose Vazquez Perez
  2017-09-23 23:39 ` [PATCH 2/5] multipath-tools: add XIV/NEXTRA " Xose Vazquez Perez
@ 2017-09-23 23:39 ` Xose Vazquez Perez
  2017-09-23 23:39 ` [PATCH 4/5] multipath-tools: add TMS/RamSan to hardware table Xose Vazquez Perez
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Xose Vazquez Perez @ 2017-09-23 23:39 UTC (permalink / raw)
  Cc: Gris Ge, device-mapper development, Xose Vazquez Perez

Cc: Gris Ge <fge@redhat.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>
---
 libdmmp/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libdmmp/Makefile b/libdmmp/Makefile
index cdd26ed..1e2b8f9 100644
--- a/libdmmp/Makefile
+++ b/libdmmp/Makefile
@@ -54,6 +54,7 @@ uninstall:
 		$(RM) $$file; \
 	done
 	$(RM) $(DESTDIR)$(man3dir)/libdmmp.h*
+	$(RM) $(DESTDIR)$(pkgconfdir)/$(PKGFILE)
 
 clean:
 	$(RM) core *.a *.o *.gz *.so *.so.*
-- 
2.13.5

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

* [PATCH 4/5] multipath-tools: add TMS/RamSan to hardware table
  2017-09-23 23:38 [PATCH 0/5] new devices + one fix Xose Vazquez Perez
                   ` (2 preceding siblings ...)
  2017-09-23 23:39 ` [PATCH 3/5] multipath-tools: delete libdmmp.pc in uninstall Xose Vazquez Perez
@ 2017-09-23 23:39 ` Xose Vazquez Perez
  2017-09-23 23:39 ` [PATCH 5/5] multipath-tools: add AccelStor/NeoSapphire " Xose Vazquez Perez
  2017-09-29 19:10 ` [PATCH 0/5] new devices + one fix Martin Wilck
  5 siblings, 0 replies; 8+ messages in thread
From: Xose Vazquez Perez @ 2017-09-23 23:39 UTC (permalink / raw)
  Cc: device-mapper development, Xose Vazquez Perez

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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 6074e93..bd06d08 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -574,9 +574,9 @@ static struct hwentry default_hw[] = {
 		.pgpolicy      = MULTIBUS,
 	},
 	{
-		/* FlashSystem 710/720/810/820/840/900 */
-		.vendor        = "IBM",
-		.product       = "FlashSystem",
+		/* TMS RamSan / FlashSystem 710/720/810/820/840/900 */
+		.vendor        = "(TMS|IBM)",
+		.product       = "(RamSan|FlashSystem)",
 		.pgpolicy      = MULTIBUS,
 	},
 	{
-- 
2.13.5

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

* [PATCH 5/5] multipath-tools: add AccelStor/NeoSapphire to hardware table
  2017-09-23 23:38 [PATCH 0/5] new devices + one fix Xose Vazquez Perez
                   ` (3 preceding siblings ...)
  2017-09-23 23:39 ` [PATCH 4/5] multipath-tools: add TMS/RamSan to hardware table Xose Vazquez Perez
@ 2017-09-23 23:39 ` Xose Vazquez Perez
  2017-09-29 19:10 ` [PATCH 0/5] new devices + one fix Martin Wilck
  5 siblings, 0 replies; 8+ messages in thread
From: Xose Vazquez Perez @ 2017-09-23 23:39 UTC (permalink / raw)
  Cc: device-mapper development, Xose Vazquez Perez

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 | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index bd06d08..efa81ba 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -1170,6 +1170,16 @@ static struct hwentry default_hw[] = {
 		.no_path_retry = 30,
 	},
 	/*
+	 * AccelStor
+	 */
+	{
+		/* NeoSapphire */
+		.vendor        = "AStor",
+		.product       = "NeoSapphire",
+		.pgpolicy      = MULTIBUS,
+		.no_path_retry = 30,
+	},
+	/*
 	 * EOL
 	 */
 	{
-- 
2.13.5

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

* Re: [PATCH 0/5] new devices + one fix
  2017-09-23 23:38 [PATCH 0/5] new devices + one fix Xose Vazquez Perez
                   ` (4 preceding siblings ...)
  2017-09-23 23:39 ` [PATCH 5/5] multipath-tools: add AccelStor/NeoSapphire " Xose Vazquez Perez
@ 2017-09-29 19:10 ` Martin Wilck
  2017-09-29 20:41   ` Xose Vazquez Perez
  5 siblings, 1 reply; 8+ messages in thread
From: Martin Wilck @ 2017-09-29 19:10 UTC (permalink / raw)
  To: Xose Vazquez Perez; +Cc: device-mapper development

Hi Xose,

On Sun, 2017-09-24 at 01:38 +0200, Xose Vazquez Perez wrote:
> 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>
> 
> Xose Vazquez Perez (5):
>   multipath-tools: add XIOtech/Magnitude to hardware table
>   multipath-tools: add XIV/NEXTRA to hardware table
>   multipath-tools: delete libdmmp.pc in uninstall
>   multipath-tools: add TMS/RamSan to hardware table
>   multipath-tools: add AccelStor/NeoSapphire to hardware table
> 
>  libdmmp/Makefile       |  1 +
>  libmultipath/hwtable.c | 27 ++++++++++++++++++++++-----
>  2 files changed, 23 insertions(+), 5 deletions(-)

I'd appreciate some information or references where you gathered the
information about and tuning recommendations for the new devices. 

Martin

-- 
Dr. Martin Wilck <mwilck@suse.com>, Tel. +49 (0)911 74053 2107
SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton
HRB 21284 (AG Nürnberg)

--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel

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

* Re: [PATCH 0/5] new devices + one fix
  2017-09-29 19:10 ` [PATCH 0/5] new devices + one fix Martin Wilck
@ 2017-09-29 20:41   ` Xose Vazquez Perez
  0 siblings, 0 replies; 8+ messages in thread
From: Xose Vazquez Perez @ 2017-09-29 20:41 UTC (permalink / raw)
  To: Martin Wilck; +Cc: device-mapper development

On 09/29/2017 09:10 PM, Martin Wilck wrote:

> On Sun, 2017-09-24 at 01:38 +0200, Xose Vazquez Perez wrote:

> I'd appreciate some information or references where you gathered the
> information about and tuning recommendations for the new devices. 

>>   multipath-tools: add XIOtech/Magnitude to hardware table

A +ten years old device without docs, just:
https://forums.novell.com/showthread.php/331730-Install-with-multi-pathing-qlogic-boards-to-Xiotech-SAN?p=1575165#post1575165
And also used as example in SUSE Linux Enterprise Server 11 SPx Storage Administration Guide:
https://www.suse.com/documentation/sles11/singlehtml/stor_admin/stor_admin.html

>>   multipath-tools: add XIV/NEXTRA to hardware table

XIV/NEXTRA is the previous VID/PID of IBM XIV Storage System
http://www.redbooks.ibm.com/redbooks/pdfs/sg247904.pdf
It's also generated by IBM/XIV Storage Host Attachment Kit.

>>   multipath-tools: add TMS/RamSan to hardware table

TMS/RamSan is the previous VID/PID of IBM FlashSystem
https://www-01.ibm.com/support/docview.wss?uid=ssg1S7004385&aid=1

>>   multipath-tools: add AccelStor/NeoSapphire to hardware table

https://www.accelstor.com/wp-content/uploads/2017/08/Oracle-Database-Best-Practice-with-NeoSapphire-Series_20161118.pdf

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

end of thread, other threads:[~2017-09-29 20:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-23 23:38 [PATCH 0/5] new devices + one fix Xose Vazquez Perez
2017-09-23 23:38 ` [PATCH 1/5] multipath-tools: add XIOtech/Magnitude to hardware table Xose Vazquez Perez
2017-09-23 23:39 ` [PATCH 2/5] multipath-tools: add XIV/NEXTRA " Xose Vazquez Perez
2017-09-23 23:39 ` [PATCH 3/5] multipath-tools: delete libdmmp.pc in uninstall Xose Vazquez Perez
2017-09-23 23:39 ` [PATCH 4/5] multipath-tools: add TMS/RamSan to hardware table Xose Vazquez Perez
2017-09-23 23:39 ` [PATCH 5/5] multipath-tools: add AccelStor/NeoSapphire " Xose Vazquez Perez
2017-09-29 19:10 ` [PATCH 0/5] new devices + one fix Martin Wilck
2017-09-29 20:41   ` Xose Vazquez Perez

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.