Info provided directly by the manufacturer: http://kove.net/xpd
Cc: Nick Russo <[email protected]> Cc: Christophe Varoqui <[email protected]> Cc: device-mapper development <[email protected]> Signed-off-by: Xose Vazquez Perez <[email protected]> --- 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 -- dm-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/dm-devel
