You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
576 B
16 lines
576 B
--- |
|
libmultipath/discovery.c | 1 + |
|
1 file changed, 1 insertion(+) |
|
|
|
Index: multipath-tools-130222/libmultipath/discovery.c |
|
=================================================================== |
|
--- multipath-tools-130222.orig/libmultipath/discovery.c |
|
+++ multipath-tools-130222/libmultipath/discovery.c |
|
@@ -799,6 +799,7 @@ path_offline (struct path * pp) |
|
condlog(3, "%s: path state = %s", pp->dev, buff); |
|
|
|
if (!strncmp(buff, "offline", 7) || |
|
+ !strncmp(buff, "quiesce", 7) || |
|
!strncmp(buff, "transport-offline", 17)) { |
|
pp->offline = 1; |
|
return PATH_DOWN;
|
|
|