Otherwise "3303[ ]+NVDISK" is never reached, because "NVDISK" regex takes
priority over it.

Cc: Brian King <[email protected]>
Cc: Christophe Varoqui <[email protected]>
Cc: DM-DEVEL ML <[email protected]>
Signed-off-by: Xose Vazquez Perez <[email protected]>
---
 libmultipath/hwtable.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index a06872e..8209554 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -696,12 +696,6 @@ static struct hwentry default_hw[] = {
                .pgpolicy      = MULTIBUS,
                .no_path_retry = (300 / DEFAULT_CHECKINT),
        },
-       {
-               /* 3303 NVDISK */
-               .vendor        = "IBM",
-               .product       = "3303[ ]+NVDISK",
-               .no_path_retry = (300 / DEFAULT_CHECKINT),
-       },
        {
                /* AIX NVDISK */
                .vendor        = "AIX",
@@ -712,6 +706,12 @@ static struct hwentry default_hw[] = {
                .no_path_retry = (300 / DEFAULT_CHECKINT),
                .prio_name     = PRIO_ALUA,
        },
+       {
+               /* 3303 NVDISK */
+               .vendor        = "IBM",
+               .product       = "3303[ ]+NVDISK",
+               .no_path_retry = (300 / DEFAULT_CHECKINT),
+       },
         /*
          * Lenovo
          */
-- 
2.21.0

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

Reply via email to