[dm-devel] [PATCH 4/8] Turn off user_friendly_names for netapp devices

Benjamin Marzinski bmarzins at redhat.com
Fri Jun 28 23:26:17 UTC 2013


Netapp has requested that even if user friendly names is enabled in the
defaults section, they would like it disabled for their devices.

Signed-off-by: Benjamin Marzinski <bmarzins at redhat.com>
---
 libmultipath/hwtable.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index c317cde..197a1d7 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -794,6 +794,7 @@ static struct hwentry default_hw[] = {
 		.prio_name     = PRIO_ONTAP,
 		.prio_args     = NULL,
 		.retain_hwhandler = RETAIN_HWHANDLER_ON,
+		.user_friendly_names = USER_FRIENDLY_NAMES_OFF,
 		.detect_prio   = DETECT_PRIO_ON,
 	},
 	/*
-- 
1.8.2




More information about the dm-devel mailing list