From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xose Vazquez Perez Subject: [PATCH 08/11] multipath-tools: add KOVE/XPD to hwtable Date: Thu, 11 Aug 2016 20:32:24 +0200 Message-ID: <1470940345-4441-8-git-send-email-xose.vazquez@gmail.com> References: <1470940345-4441-1-git-send-email-xose.vazquez@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1470940345-4441-1-git-send-email-xose.vazquez@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com Cc: Nick Russo , device-mapper development , Xose Vazquez Perez List-Id: dm-devel.ids Info provided directly by the manufacturer: http://kove.net/xpd Cc: Nick Russo Cc: Christophe Varoqui Cc: device-mapper development Signed-off-by: Xose Vazquez Perez --- libmultipath/hwtable.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index 063535c..8114d3e 100644 --- a/libmultipath/hwtable.c +++ b/libmultipath/hwtable.c @@ -839,6 +839,15 @@ static struct hwentry default_hw[] = { .checker_name = RBD, .deferred_remove = DEFERRED_REMOVE_ON, }, + /* + * Kove + */ + { + .vendor = "KOVE", + .product = "XPD", + .pgpolicy = MULTIBUS, + .pgfailback = FAILBACK_UNDEF, + }, #if 0 /* * Copy this TEMPLATE to add new hardware. -- 2.7.4