37dccf5dea
Add 0038-RHBZ-799860-netapp-config.patch Add 0039-RH-detect-prio-fix.patch * Don't autodetect ALUA prioritizer unless it actually can get a priority Add 0040-RH-bindings-fix.patch * Do a better job of trying to get the first free user_friendly_name Add 0041-RH-check-for-erofs.patch * Don't create/reload a device read-only unless doing it read/write fails with EROFS Remove 0017-RH-fix-sigusr1.patch * fix signal handling upstream way instead Add 0042-UP-fix-signal-handling.patch * uxlsnr now handles all the signals sent to multipathd. This makes its signal handling posix compliant, and harder to mess up. Add 0043-RH-signal-waiter.patch * ioctl isn't a pthread cancellation point. Send a signal to the waiter thread to break out of waiting in ioctl for a dm event.
17 lines
554 B
Diff
17 lines
554 B
Diff
---
|
|
libmultipath/hwtable.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
Index: multipath-tools-130222/libmultipath/hwtable.c
|
|
===================================================================
|
|
--- multipath-tools-130222.orig/libmultipath/hwtable.c
|
|
+++ multipath-tools-130222/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,
|
|
},
|
|
/*
|