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

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