<div dir="ltr">Applied,<div>Thanks</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jun 30, 2014 at 7:14 AM, Benjamin Marzinski <span dir="ltr"><<a href="mailto:bmarzins@redhat.com" target="_blank">bmarzins@redhat.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">When multipathd tries to add a path but fails doing the table reload, it<br>
wasn't orphaning the path.  This can cause problems later if multipathd<br>
tries to switch the pathgroup of this path which isn't actually part of<br>
the multipath device.<br>
<br>
Signed-off-by: Benjamin Marzinski <<a href="mailto:bmarzins@redhat.com">bmarzins@redhat.com</a>><br>
---<br>
 multipathd/main.c | 2 +-<br>
 1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/multipathd/main.c b/multipathd/main.c<br>
index 337bfe9..3afed62 100644<br>
--- a/multipathd/main.c<br>
+++ b/multipathd/main.c<br>
@@ -561,7 +561,7 @@ rescan:<br>
                return 0;<br>
        }<br>
        else<br>
-               return 1;<br>
+               goto fail;<br>
<br>
 fail_map:<br>
        remove_map(mpp, vecs, 1);<br>
<span class="HOEnZb"><font color="#888888">--<br>
1.8.3.1<br>
<br>
</font></span></blockquote></div><br></div>