From 695fc9998b6bb17eeec2709f6c1036401531b0e7 Mon Sep 17 00:00:00 2001 From: Gerhard Wichert Date: Wed, 8 Feb 2012 21:52:26 +0100 Subject: [PATCH] Add Fujitsu Eternus defaults --- libmultipath/hwtable.c | 16 ++++++++++++++++ multipath.conf.defaults | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index 8dceaba..020c8aa 100644 --- a/libmultipath/hwtable.c +++ b/libmultipath/hwtable.c @@ -365,6 +365,22 @@ static struct hwentry default_hw[] = { .prio_name = DEFAULT_PRIO, .prio_args = NULL, }, + { + .vendor = "FUJITSU", + .product = "ETERNUS_DX(L|400|8000)", + .getuid = DEFAULT_GETUID, + .features = "1 queue_if_no_path", + .hwhandler = DEFAULT_HWHANDLER, + .selector = DEFAULT_SELECTOR, + .pgpolicy = GROUP_BY_PRIO, + .pgfailback = -FAILBACK_IMMEDIATE, + .rr_weight = RR_WEIGHT_NONE, + .no_path_retry = 10, + .minio = DEFAULT_MINIO, + .checker_name = TUR, + .prio_name = PRIO_ALUA, + .prio_args = NULL, + }, /* * Hitachi controller family * diff --git a/multipath.conf.defaults b/multipath.conf.defaults index 676ac62..cbe7254 100644 --- a/multipath.conf.defaults +++ b/multipath.conf.defaults @@ -266,6 +266,22 @@ # prio_args "" # } # device { +# vendor "FUJITSU" +# product "ETERNUS_DX(L|400|8000)" +# getuid_callout "/lib/udev/scsi_id --whitelisted --device=/dev/%n" +# features "1 queue_if_no_path" +# hardware_handler "0" +# path_selector "round-robin 0" +# path_grouping_policy group_by_prio +# failback immediate +# rr_weight uniform +# no_path_retry 10 +# rr_min_io 1000 +# path_checker tur +# prio alua +# prio_args "" +# } +# device { # vendor "(HITACHI|HP)" # product "OPEN-.*" # getuid_callout "/lib/udev/scsi_id --whitelisted --device=/dev/%n" -- 2.34.1