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 | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 399545ae..fb446856 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -510,6 +510,12 @@ static struct hwentry default_hw[] = {
.checker_name = DIRECTIO,
.detect_checker = DETECT_CHECKER_OFF,
},
+ {
+ // VSP NVMe
+ .vendor = "NVME",
+ .product = "HITACHI SVOS-RF-System",
+ .no_path_retry = NO_PATH_RETRY_QUEUE,
+ },
/*
* IBM
*/
--
2.51.0