https://support.sas.com/resources/papers/performance-tuning-sas-vexata-systems.pdf
Reviewed-by: Martin Wilck <[email protected]> Cc: Martin Wilck <[email protected]> Cc: Benjamin Marzinski <[email protected]> Cc: Christophe Varoqui <[email protected]> Cc: DM-DEVEL ML <[email protected]> Signed-off-by: Xose Vazquez Perez <[email protected]> --- libmultipath/hwtable.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index f5a3729e..a54cc0a3 100644 --- a/libmultipath/hwtable.c +++ b/libmultipath/hwtable.c @@ -1190,6 +1190,14 @@ static struct hwentry default_hw[] = { .product = "Magnitude", .pgpolicy = MULTIBUS, .no_path_retry = 30, + }, + /* Vexata */ + { + /* VX */ + .vendor = "Vexata", + .product = "VX", + .pgpolicy = MULTIBUS, + .no_path_retry = 30, }, /* * Promise Technology -- 2.28.0 -- dm-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/dm-devel
