[PATCH] multipath-tools: add Pure Storage device to hardware table

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



based on documentation provided by the manufacturer:
https://support.purestorage.com/@api/deki/files/1733/=Pure_Storage_Oracle_DB_Best_Practices.pdf?revision=2

vendor                  "PURE"
product                 "FlashArray"	(extracted from outputs)
path_selector           "round-robin 0"
path_grouping_policy    multibus
rr_min_io               1
path_checker            tur
fast_io_fail_tmo        10
dev_loss_tmo            30

Cc: Benjamin Marzinski <bmarzins@xxxxxxxxxx>
Cc: Hannes Reinecke <hare@xxxxxxx>
Cc: Christophe Varoqui <christophe.varoqui@xxxxxxxxxxx>
Cc: device-mapper development <dm-devel@xxxxxxxxxx>
Signed-off-by: Xose Vazquez Perez <xose.vazquez@xxxxxxxxx>
---
 libmultipath/hwtable.c | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index a126b7c..c4258e1 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -1195,6 +1195,22 @@ static struct hwentry default_hw[] = {
 		.minio         = 128,
 	},
 	/*
+	 * Pure Storage, Inc.
+	 *
+	 * Maintainer : Christophe Varoqui
+	 * Mail : christophe.varoqui@xxxxxxxxxxx
+	 */
+	{
+		.vendor        = "PURE",
+		.product       = "FlashArray",
+		.selector      = "round-robin 0",
+		.pgpolicy      = MULTIBUS,
+		.minio         = 1,
+		.checker_name  = TUR,
+		.fast_io_fail  = 10,
+		.dev_loss      = 30,
+	},
+	/*
 	 * EOL
 	 */
 	{
-- 
2.5.5

--
dm-devel mailing list
dm-devel@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/dm-devel



[Index of Archives]     [DM Crypt]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Packaging]     [Fedora SELinux]     [Yosemite Discussion]     [KDE Users]     [Fedora Docs]

  Powered by Linux