From: Christophe Varoqui Date: Sun, 11 Nov 2007 08:26:04 +0000 (+0100) Subject: [defaults] add Pivot3 RAIGE defaults X-Git-Tag: 0.4.9~252 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=69a85fbaf3de10280ccc28070f05cc69ec1980f5;p=platform%2Fupstream%2Fmultipath-tools.git [defaults] add Pivot3 RAIGE defaults Submitted by Bart Brooks, Pivot3 --- diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index 2fc4a72..43c1310 100644 --- a/libmultipath/hwtable.c +++ b/libmultipath/hwtable.c @@ -605,6 +605,27 @@ static struct hwentry default_hw[] = { .minio = DEFAULT_MINIO, .checker_name = READSECTOR0, }, + /* + * Pivot3 RAIGE + * + * Maintainer : Bart Brooks, Pivot3 + * Mail : bartb@pivot3.com + */ + { + .vendor = "PIVOT3", + .product = "RAIGE VOLUME", + .getuid = "/sbin/scsi_id -p 0x80 -g -u -s /block/%n", + .getprio = NULL, + .features = "1 queue_if_no_path", + .hwhandler = DEFAULT_HWHANDLER, + .selector = DEFAULT_SELECTOR, + .pgpolicy = MULTIBUS, + .pgfailback = FAILBACK_UNDEF, + .rr_weight = RR_WEIGHT_NONE, + .no_path_retry = NO_PATH_RETRY_UNDEF, + .minio = 100, + .checker_name = TUR, + }, /* * EOL */