Blame SOURCES/0056-UP-alua-prio-fix.patch

671555
---
671555
 libmultipath/prioritizers/alua.c |    2 +-
671555
 1 file changed, 1 insertion(+), 1 deletion(-)
671555
671555
Index: multipath-tools-130222/libmultipath/prioritizers/alua.c
671555
===================================================================
671555
--- multipath-tools-130222.orig/libmultipath/prioritizers/alua.c
671555
+++ multipath-tools-130222/libmultipath/prioritizers/alua.c
671555
@@ -108,7 +108,7 @@ int getprio (struct path * pp, char * ar
671555
 			default:
671555
 				rc = 0;
671555
 		}
671555
-		if (priopath)
671555
+		if (priopath && aas != AAS_OPTIMIZED)
671555
 			rc += 80;
671555
 	} else {
671555
 		switch(-rc) {