Based on info provided directly by the manufacturer:
http://www.solidfire.com/
http://www.netapp.com/us/products/storage-systems/solidfire/

Redhat 7+:
vendor "SolidFir"
product "SSD SAN"
path_grouping_policy multibus
path_checker tur
hardware_handler "0"
failback immediate
rr_weight uniform
rr_min_io 10
rr_min_io_rq 10
features "0"
no_path_retry 24
prio const

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 3952b42..bd0bd8c 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -526,6 +526,15 @@ static struct hwentry default_hw[] = {
                .checker_name  = RDAC,
                .prio_name     = PRIO_RDAC,
        },
+       {
+               /* SolidFir */
+               .vendor        = "SolidFir",
+               .product       = "SSD SAN",
+               .pgpolicy      = MULTIBUS,
+               .no_path_retry = 24,
+               .minio         = 10,
+               .minio_rq      = 10,
+       },
        /*
         * Nexenta
         *
-- 
2.7.4

--
dm-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/dm-devel

Reply via email to