]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blobdiff - multipath-tools/patches/0065-UPBZ-995538-fail-rdac-on-unavailable.patch
multipath-tools: Strip to kpartx only
[people/stevee/ipfire-3.x.git] / multipath-tools / patches / 0065-UPBZ-995538-fail-rdac-on-unavailable.patch
diff --git a/multipath-tools/patches/0065-UPBZ-995538-fail-rdac-on-unavailable.patch b/multipath-tools/patches/0065-UPBZ-995538-fail-rdac-on-unavailable.patch
deleted file mode 100644 (file)
index ca72b61..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
----
- libmultipath/checkers/rdac.c |    5 ++---
- 1 file changed, 2 insertions(+), 3 deletions(-)
-
-Index: multipath-tools-130222/libmultipath/checkers/rdac.c
-===================================================================
---- multipath-tools-130222.orig/libmultipath/checkers/rdac.c
-+++ multipath-tools-130222/libmultipath/checkers/rdac.c
-@@ -222,10 +222,9 @@ libcheck_check (struct checker * c)
-               goto done;
-       }
--      /* check if controller is in service mode */
-+      /* check if controller is reporting asymmetric access state of unavailable */
-       if ((inq.avtcvp & 0x10) &&
--          ((inq.asym_access_state_cur & 0x0F) == 0x3) &&
--          (inq.vendor_specific_cur == 0x7)) {
-+          ((inq.asym_access_state_cur & 0x0F) == 0x3)) {
-               ret = PATH_DOWN;
-               goto done;
-       }