[dm-devel] [PATCH RFC] multipath-tools: add cciss_tur checker to CCISS arrays

Xose Vazquez Perez xose.vazquez at gmail.com
Thu Jul 5 18:56:22 UTC 2018


In cf87a17ee840aafbbc6166f663963e5213573de7 Hannes says:
   
  The 'normal' SG_IO tur checker has some issues with cciss, so
  we'd better use a dedicated path checker here.

CC: Hannes Reinecke <hare at suse.de>
Cc: Christophe Varoqui <christophe.varoqui at opensvc.com>
Cc: DM-DEV ML <dm-devel at redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazquez at gmail.com>
---

cciss(block) driver was replaced by hpsa(scsi) in
253d2464df446456c0bba5ed4137a7be0b278aa8 the last year.

Should cciss be removed from multipath-tools?

---
 libmultipath/hwtable.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index d3a8d9b..c460d29 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -199,11 +199,12 @@ static struct hwentry default_hw[] = {
 		.prio_name     = PRIO_ALUA,
 	},
 	{
-		/* Smart Array */
+		/* Smart Array CCISS */
 		.vendor        = "HP",
 		.product       = "LOGICAL VOLUME",
 		.pgpolicy      = MULTIBUS,
 		.no_path_retry = 12,
+		.checker_name  = CCISS_TUR,
 	},
 	{
 		/* P2000 family */
-- 
2.17.1




More information about the dm-devel mailing list