[dm-devel] [PATCH 32/78] Revert 'return PATH_DOWN for quiesced paths'

Hannes Reinecke hare at suse.de
Mon Mar 16 12:36:19 UTC 2015


Has been superseded by commit 00a2549a42707e5e1ef51ef6f638dc5ceaa15740

Signed-off-by: Hannes Reinecke <hare at suse.de>
---
 libmultipath/discovery.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libmultipath/discovery.c b/libmultipath/discovery.c
index 6d6a508..cf37813 100644
--- a/libmultipath/discovery.c
+++ b/libmultipath/discovery.c
@@ -958,7 +958,6 @@ 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;
-- 
1.8.4.5




More information about the dm-devel mailing list