From 9bc6f56be6717885b4718c97055c40bacb87b0ac Mon Sep 17 00:00:00 2001 From: root Date: Sat, 16 Jul 2005 01:00:00 +0200 Subject: [PATCH] [libmultipath] revert "remove queue_if_no_path for DGC hardware" My mistake here. We still need this attribute in order to deal with the possibility of having a transient period of time during a ucode upgrade where all paths to a SCSI LU may appear to be failed. Edward Goggin, EMC. --- libmultipath/hwtable.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index 3eda674..728b3e2 100644 --- a/libmultipath/hwtable.c +++ b/libmultipath/hwtable.c @@ -34,8 +34,8 @@ setup_default_hwtable (vector hw) r += store_hwe(hw, "SUN", "T4", MULTIBUS, DEFAULT_GETUID); r += store_hwe_ext(hw, "DGC", "*", GROUP_BY_PRIO, DEFAULT_GETUID, - "/sbin/mpath_prio_emc /dev/%n", "1 emc", "0", - "emc_clariion"); + "/sbin/mpath_prio_emc /dev/%n", "1 emc", + "1 queue_if_no_path", "emc_clariion"); r += store_hwe_ext(hw, "IBM", "3542", GROUP_BY_SERIAL, DEFAULT_GETUID, NULL, "0", "0", "tur"); r += store_hwe_ext(hw, "SGI", "TP9400", MULTIBUS, DEFAULT_GETUID, -- 2.34.1