All of lore.kernel.org
 help / color / mirror / Atom feed
From: tang.wenjun3@zte.com.cn
To: 10144149@zte.com.cn
Cc: device-mapper development <dm-devel@redhat.com>,
	Xose Vazquez Perez <xose.vazquez@gmail.com>
Subject: [PATCH 12/94] multipath-tools: add support for all IBM Enterprise Storage Server / Shark family
Date: Fri, 14 Oct 2016 09:55:54 +0800	[thread overview]
Message-ID: <1476410236-9368-12-git-send-email-tang.wenjun3@zte.com.cn> (raw)
In-Reply-To: <1476410236-9368-1-git-send-email-tang.wenjun3@zte.com.cn>

From: Xose Vazquez Perez <xose.vazquez@gmail.com>

Only F20 and 800 were included:
2105F20 IBM Enterprise Storage Server Model F20
2105800 IBM TotalStorage Enterprise Storage Server Model 800

Added all of them with just "^2105"
2105E10 IBM Enterprise Storage Server Model E10
2105E20 IBM Enterprise Storage Server Model E20
2105F10 IBM Enterprise Storage Server Model F10
2105750 IBM TotalStorage Enterprise Storage Server Model 750

Cc: Hannes Reinecke <hare@suse.de>
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 | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 2192d38..1ecaf19 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -435,17 +435,9 @@ static struct hwentry default_hw[] = {
 		.pgfailback    = FAILBACK_UNDEF,
 	},
 	{
-		/* Enterprise Storage Server / Shark 800 */
+		/* Enterprise Storage Server / Shark family */
 		.vendor        = "IBM",
-		.product       = "^2105800",
-		.features      = "1 queue_if_no_path",
-		.pgpolicy      = GROUP_BY_SERIAL,
-		.pgfailback    = FAILBACK_UNDEF,
-	},
-	{
-		/* Enterprise Storage Server / Shark F20 */
-		.vendor        = "IBM",
-		.product       = "^2105F20",
+		.product       = "^2105",
 		.features      = "1 queue_if_no_path",
 		.pgpolicy      = GROUP_BY_SERIAL,
 		.pgfailback    = FAILBACK_UNDEF,
-- 
2.8.1.windows.1

       reply	other threads:[~2016-10-14  1:55 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1476410236-9368-1-git-send-email-tang.wenjun3@zte.com.cn>
2016-10-14  1:55 ` tang.wenjun3 [this message]
2016-10-14  1:55 ` [PATCH 13/94] multipath-tools: identify more devices at hwtable tang.wenjun3
2016-10-14  1:55 ` [PATCH 14/94] multipath-tools: remove pgpolicy=FAILOVER from Ceph/RBD tang.wenjun3
2016-10-14  1:55 ` [PATCH 15/94] multipath-tools: replace (|) with [] when there is one element tang.wenjun3
2016-10-14  1:55 ` [PATCH 16/94] multipath-tools: replace spaces with a regex in IBM/"3303 NVDISK" tang.wenjun3
2016-10-14  1:55 ` [PATCH 17/94] multipath-tools: replace "." for real values in (COMPAQ|HP)/"(MSA|HSV)1.0" tang.wenjun3
2016-10-14  1:56 ` [PATCH 18/94] multipath-tools: SGI/TP9300 is a RDAC array tang.wenjun3
2016-10-14  1:56 ` [PATCH 19/94] multipath-tools: add Oracle FS to hwtable tang.wenjun3
2016-10-14  1:56 ` [PATCH 20/94] multipath-tools: remove blank line at multipath.conf.5 tang.wenjun3
2016-10-14  1:56 ` [PATCH 21/94] multipath-tools: standardize all RDAC devices tang.wenjun3
2016-10-14  1:56 ` [PATCH 22/94] multipath-tools: add IBM/1813 - DCS3860 to hwtable tang.wenjun3
2016-10-14  1:56 ` [PATCH 23/94] multipath-tools: remove patchwork reference tang.wenjun3
2016-10-14  1:56 ` [PATCH 24/94] multipath-tools: document vendor, product, revision and bl_product are POSIX Extended regex tang.wenjun3

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1476410236-9368-12-git-send-email-tang.wenjun3@zte.com.cn \
    --to=tang.wenjun3@zte.com.cn \
    --cc=10144149@zte.com.cn \
    --cc=dm-devel@redhat.com \
    --cc=xose.vazquez@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.