fd54c41ec0
Modify 0016-RH-retain_hwhandler.patch * Check the dm-multipath module version, and don't enable retain_attached_hw_handler if the kernel doesn't support it Add 0019-RH-detect-prio.patch * add detect_prio option, to make multipath check if the device supports the ALUA prio, before defaulting to the configured prio Remove 0017-RH-netapp_config.patch Add 0020-RH-netapp-config.patch * new netapp config that uses retain_attached_hw_handler and detect_prio to autoconfigure ALUA and non-ALUA devices.
22 lines
711 B
Diff
22 lines
711 B
Diff
---
|
|
libmultipath/hwtable.c | 3 +++
|
|
1 file changed, 3 insertions(+)
|
|
|
|
Index: multipath-tools-120821/libmultipath/hwtable.c
|
|
===================================================================
|
|
--- multipath-tools-120821.orig/libmultipath/hwtable.c
|
|
+++ multipath-tools-120821/libmultipath/hwtable.c
|
|
@@ -871,9 +871,12 @@ static struct hwentry default_hw[] = {
|
|
.rr_weight = RR_WEIGHT_NONE,
|
|
.no_path_retry = NO_PATH_RETRY_UNDEF,
|
|
.minio = 128,
|
|
+ .dev_loss = MAX_DEV_LOSS_TMO,
|
|
.checker_name = TUR,
|
|
.prio_name = PRIO_ONTAP,
|
|
.prio_args = NULL,
|
|
+ .retain_hwhandler = RETAIN_HWHANDLER_ON,
|
|
+ .detect_prio = DETECT_PRIO_ON,
|
|
},
|
|
/*
|
|
* NEXENTA/COMSTAR controller family
|