From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Marzinski Subject: [PATCH] multipath: storagetek 6180 config Date: Mon, 7 Jan 2013 23:55:08 -0600 Message-ID: <20130108055508.GF19059@ether.msp.redhat.com> Reply-To: device-mapper development Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: device-mapper development Cc: Christophe Varoqui List-Id: dm-devel.ids New StorageTek default config. Signed-off-by: Benjamin Marzinski --- 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)",