aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbmarzins@sourceware.org <bmarzins@sourceware.org>2010-08-09 21:35:58 +0000
committerChristophe Varoqui <christophe.varoqui@opensvc.com>2010-09-02 09:29:05 +0200
commitdb69e1c24775111aee956370389198bf1f0259d8 (patch)
treed408e6e58ff23eda869fe91746b74202bcf977bd
parentdab80d6aa7decf2fe76971f23dbe41d1c3e5ae95 (diff)
downloadmultipath-tools-db69e1c24775111aee956370389198bf1f0259d8.tar.gz
multipath-tools ./multipath.conf.defaults libm ...
CVSROOT: /cvs/dm Module name: multipath-tools Branch: RHEL5_FC6 Changes by: bmarzins@sourceware.org 2010-08-09 21:35:58 Modified files: . : multipath.conf.defaults libmultipath : hwtable.c Log message: Fix for bz565579 New default configurations. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/multipath-tools/multipath.conf.defaults.diff?cvsroot=dm&only_with_tag=RHEL5_FC6&r1=1.5.4.21&r2=1.5.4.22 http://sourceware.org/cgi-bin/cvsweb.cgi/multipath-tools/libmultipath/hwtable.c.diff?cvsroot=dm&only_with_tag=RHEL5_FC6&r1=1.20.2.28&r2=1.20.2.29
-rw-r--r--libmultipath/hwtable.c19
-rw-r--r--multipath.conf.defaults41
2 files changed, 59 insertions, 1 deletions
diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index e4fe380..9933f76 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -759,7 +759,23 @@ static struct hwentry default_hw[] = {
.prio_name = DEFAULT_PRIO,
.prio_args = NULL,
},
-
+ {
+ /* AIX NVDISK */
+ .vendor = "AIX",
+ .product = "NVDISK",
+ .getuid = DEFAULT_GETUID,
+ .features = DEFAULT_FEATURES,
+ .hwhandler = "1 alua",
+ .selector = DEFAULT_SELECTOR,
+ .pgpolicy = GROUP_BY_PRIO,
+ .pgfailback = -FAILBACK_IMMEDIATE,
+ .rr_weight = RR_WEIGHT_NONE,
+ .no_path_retry = (300 / DEFAULT_CHECKINT),
+ .minio = DEFAULT_MINIO,
+ .checker_name = TUR,
+ .prio_name = PRIO_ALUA,
+ .prio_args = NULL,
+ },
{
/* DELL MD3000 */
.vendor = "DELL",
@@ -916,6 +932,7 @@ static struct hwentry default_hw[] = {
.prio_name = PRIO_ALUA,
.prio_args = NULL,
},
+
/*
* SGI arrays
*
diff --git a/multipath.conf.defaults b/multipath.conf.defaults
index 886a678..9f737aa 100644
--- a/multipath.conf.defaults
+++ b/multipath.conf.defaults
@@ -552,6 +552,47 @@
# prio_args ""
# }
# device {
+# vendor "IBM"
+# product "3303 NVDISK"
+# getuid_callout "/lib/udev/scsi_id --whitelisted --device=/dev/%n"
+# features "0"
+# hardware_handler "0"
+# path_grouping_policy failover
+# failback immediate
+# no_path_retry 60
+# rr_weight uniform
+# rr_min_io 1000
+# path_checker tur
+# }
+# device {
+# vendor "AIX"
+# product "VDASD"
+# getuid_callout "/lib/udev/scsi_id --whitelisted --device=/dev/%n"
+# features "0"
+# hardware_handler "0"
+# path_grouping_policy multibus
+# failback immediate
+# no_path_retry 60
+# rr_weight uniform
+# rr_min_io 1000
+# path_checker directio
+# }
+# device {
+# vendor "AIX"
+# product "NVDISK"
+# getuid_callout "/lib/udev/scsi_id --whitelisted --device=/dev/%n"
+# features "0"
+# hardware_handler "1 alua"
+# path_grouping_policy group_by_prio
+# failback immediate
+# no_path_retry 60
+# rr_weight uniform
+# rr_min_io 1000
+# path_checker tur
+# prio alua
+# prio_args ""
+# }
+# device {
# vendor "SGI"
# product "TP9[13]00"
# getuid_callout "/lib/udev/scsi_id --whitelisted --device=/dev/%n"