diff mbox

[4/5] multipath-tools: add TMS/RamSan to hardware table

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

Commit Message

Xose Vazquez Perez Sept. 23, 2017, 11:39 p.m. UTC
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 mbox

Patch

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,
 	},
 	{