<div dir="ltr">Merged,<div>thanks.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, May 15, 2018 at 2:32 PM, Martin Wilck <span dir="ltr"><<a href="mailto:mwilck@suse.com" target="_blank">mwilck@suse.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">If "find_multipaths strict" is set in multipath.conf, the error message<br>
"illegal value for find_multipaths: strict" is printed. This causes no<br>
functional problem, as "strict" happens to be the default, fallback<br>
value. It should be fixed nonetheless. FIND_MULTIPATHS_STRICT, having<br>
the highest numeric value, must be last in the enum.<br>
<br>
Fixes: c36f2f42 "libmultipath: change find_multipaths option to multi-value"<br>
Signed-off-by: Martin Wilck <<a href="mailto:mwilck@suse.com">mwilck@suse.com</a>><br>
---<br>
 libmultipath/structs.h | 2 +-<br>
 1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/libmultipath/structs.h b/libmultipath/structs.h<br>
index eb6a1788..e424b150 100644<br>
--- a/libmultipath/structs.h<br>
+++ b/libmultipath/structs.h<br>
@@ -122,9 +122,9 @@ enum find_multipaths_states {<br>
        FIND_MULTIPATHS_UNDEF = YNU_UNDEF,<br>
        FIND_MULTIPATHS_OFF = YNU_NO,<br>
        FIND_MULTIPATHS_ON = _FIND_MULTIPATHS_F,<br>
-       FIND_MULTIPATHS_STRICT = _FIND_MULTIPATHS_F|_FIND_<wbr>MULTIPATHS_N,<br>
        FIND_MULTIPATHS_GREEDY = _FIND_MULTIPATHS_I,<br>
        FIND_MULTIPATHS_SMART = _FIND_MULTIPATHS_F|_FIND_<wbr>MULTIPATHS_I,<br>
+       FIND_MULTIPATHS_STRICT = _FIND_MULTIPATHS_F|_FIND_<wbr>MULTIPATHS_N,<br>
        __FIND_MULTIPATHS_LAST,<br>
 };<br>
<span class="HOEnZb"><font color="#888888"> <br>
-- <br>
2.16.3<br>
<br>
</font></span></blockquote></div><br></div>