Blame SOURCES/0065-UPBZ-995538-fail-rdac-on-unavailable.patch

671555
---
671555
 libmultipath/checkers/rdac.c |    5 ++---
671555
 1 file changed, 2 insertions(+), 3 deletions(-)
671555
671555
Index: multipath-tools-130222/libmultipath/checkers/rdac.c
671555
===================================================================
671555
--- multipath-tools-130222.orig/libmultipath/checkers/rdac.c
671555
+++ multipath-tools-130222/libmultipath/checkers/rdac.c
671555
@@ -222,10 +222,9 @@ libcheck_check (struct checker * c)
671555
 		goto done;
671555
 	}
671555
 
671555
-	/* check if controller is in service mode */
671555
+	/* check if controller is reporting asymmetric access state of unavailable */
671555
 	if ((inq.avtcvp & 0x10) &&
671555
-	    ((inq.asym_access_state_cur & 0x0F) == 0x3) &&
671555
-	    (inq.vendor_specific_cur == 0x7)) {
671555
+	    ((inq.asym_access_state_cur & 0x0F) == 0x3)) {
671555
 		ret = PATH_DOWN;
671555
 		goto done;
671555
 	}