* [PATCH] multipath: storagetek 6180 config
@ 2013-01-08 5:55 Benjamin Marzinski
2013-01-10 17:45 ` Xose Vazquez Perez
0 siblings, 1 reply; 2+ messages in thread
From: Benjamin Marzinski @ 2013-01-08 5:55 UTC (permalink / raw)
To: device-mapper development; +Cc: Christophe Varoqui
New StorageTek default config.
Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
---
libmultipath/hwtable.c | 15 +++++++++++++++
1 file changed, 15 insertions(+)
Index: multipath-tools-120821/libmultipath/hwtable.c
===================================================================
--- multipath-tools-120821.orig/libmultipath/hwtable.c
+++ multipath-tools-120821/libmultipath/hwtable.c
@@ -1120,6 +1120,21 @@ static struct hwentry default_hw[] = {
.prio_name = PRIO_RDAC,
.prio_args = NULL,
},
+ /* StorageTek 6180 */
+ {
+ .vendor = "SUN",
+ .product = "SUN_6180",
+ .features = DEFAULT_FEATURES,
+ .hwhandler = "1 rdac",
+ .pgpolicy = GROUP_BY_PRIO,
+ .pgfailback = -FAILBACK_IMMEDIATE,
+ .rr_weight = RR_WEIGHT_NONE,
+ .no_path_retry = NO_PATH_RETRY_QUEUE,
+ .minio = DEFAULT_MINIO,
+ .minio_rq = DEFAULT_MINIO_RQ,
+ .checker_name = RDAC,
+ .prio_name = PRIO_RDAC,
+ },
/* LSI/Engenio/NetApp E-Series RDAC storage */
{
.vendor = "(LSI|ENGENIO)",
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH] multipath: storagetek 6180 config
2013-01-08 5:55 [PATCH] multipath: storagetek 6180 config Benjamin Marzinski
@ 2013-01-10 17:45 ` Xose Vazquez Perez
0 siblings, 0 replies; 2+ messages in thread
From: Xose Vazquez Perez @ 2013-01-10 17:45 UTC (permalink / raw)
To: device-mapper development; +Cc: Christophe Varoqui
On 01/08/2013 06:55 AM, Benjamin Marzinski wrote:
> New StorageTek default config.
>
> Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
> ---
> libmultipath/hwtable.c | 15 +++++++++++++++
> 1 file changed, 15 insertions(+)
>
> Index: multipath-tools-120821/libmultipath/hwtable.c
> ===================================================================
> --- multipath-tools-120821.orig/libmultipath/hwtable.c
> +++ multipath-tools-120821/libmultipath/hwtable.c
> @@ -1120,6 +1120,21 @@ static struct hwentry default_hw[] = {
> .prio_name = PRIO_RDAC,
> .prio_args = NULL,
> },
> + /* StorageTek 6180 */
> + {
> + .vendor = "SUN",
> + .product = "SUN_6180",
> + .features = DEFAULT_FEATURES,
> + .hwhandler = "1 rdac",
> + .pgpolicy = GROUP_BY_PRIO,
> + .pgfailback = -FAILBACK_IMMEDIATE,
> + .rr_weight = RR_WEIGHT_NONE,
> + .no_path_retry = NO_PATH_RETRY_QUEUE,
> + .minio = DEFAULT_MINIO,
> + .minio_rq = DEFAULT_MINIO_RQ,
> + .checker_name = RDAC,
> + .prio_name = PRIO_RDAC,
> + },
> /* LSI/Engenio/NetApp E-Series RDAC storage */
> {
> .vendor = "(LSI|ENGENIO)",
>
These changes should also translate to the multipath.conf.defaults
file.
By the way, DEVICES in multipath.conf.defaults and hwtable.c are
a bit out of sync:
multipath.conf.defaults hwtable.c
======================= =========
15 IBM 23 IBM
4 HP 6 HP
3 EMC 2 EMC
- 4 DELL
- 1 (LSI|ENGENIO)
- 1 COMPELNT
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-01-10 17:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-08 5:55 [PATCH] multipath: storagetek 6180 config Benjamin Marzinski
2013-01-10 17:45 ` Xose Vazquez Perez
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.