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 <[email protected]>
Cc: Christophe Varoqui <[email protected]>
Cc: DM-DEV ML <[email protected]>
Signed-off-by: Xose Vazquez Perez <[email protected]>
---

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

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

Reply via email to