[dm-devel] [PATCH 2/2] multipath-tools: blacklist UX for RDAC arrays

Xose Vazquez Perez xose.vazquez at gmail.com
Tue Jun 14 20:59:35 UTC 2016


"Universal Xport" must be hidden for all RDAC arrays:
https://docs.oracle.com/cd/E19373-01/E24026/E24026-01.html
https://docs.oracle.com/cd/E19537-01/E24027/E24027-02.html

It was missing in: SUN STK6580_6780 and SUN_6180

Cc: Benjamin Marzinski <bmarzins at redhat.com>
Cc: Hannes Reinecke <hare at suse.de>
Cc: Christophe Varoqui <christophe.varoqui at opensvc.com>
Cc: device-mapper development <dm-devel at redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazquez at gmail.com>

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 1c0ad06..f6a168b 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -975,6 +975,7 @@ static struct hwentry default_hw[] = {
 	{
 		.vendor        = "SUN",
 		.product       = "STK6580_6780",
+		.bl_product    = "Universal Xport",
 		.features      = DEFAULT_FEATURES,
 		.hwhandler     = "1 rdac",
 		.pgpolicy      = GROUP_BY_PRIO,
@@ -1051,6 +1052,7 @@ static struct hwentry default_hw[] = {
 	{
 		.vendor        = "SUN",
 		.product       = "SUN_6180",
+		.bl_product    = "Universal Xport",
 		.features      = DEFAULT_FEATURES,
 		.hwhandler     = "1 rdac",
 		.pgpolicy      = GROUP_BY_PRIO,
-- 
2.5.5




More information about the dm-devel mailing list