<div dir="ltr">Applied.</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 14, 2017 at 10:19 PM, Keith Busch <span dir="ltr"><<a href="mailto:keith.busch@intel.com" target="_blank">keith.busch@intel.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">These devices are mulitpath capable, and have been able to stack with<br>
dm-mpath since kernel 4.2.<br>
<br>
Signed-off-by: Keith Busch <<a href="mailto:keith.busch@intel.com">keith.busch@intel.com</a>><br>
---<br>
 libmultipath/blacklist.c   | 2 +-<br>
 multipath/multipath.conf.5 | 2 +-<br>
 2 files changed, 2 insertions(+), 2 deletions(-)<br>
<br>
diff --git a/libmultipath/blacklist.c b/libmultipath/blacklist.c<br>
index 36af282..ee396e2 100644<br>
--- a/libmultipath/blacklist.c<br>
+++ b/libmultipath/blacklist.c<br>
@@ -169,7 +169,7 @@ setup_default_blist (struct config * conf)<br>
        char * str;<br>
        int i;<br>
<br>
-       str = STRDUP("^(ram|raw|loop|fd|md|<wbr>dm-|sr|scd|st|dcssblk|nvme)[0-<wbr>9]");<br>
+       str = STRDUP("^(ram|raw|loop|fd|md|<wbr>dm-|sr|scd|st|dcssblk)[0-9]");<br>
        if (!str)<br>
                return 1;<br>
        if (store_ble(conf->blist_<wbr>devnode, str, ORIGIN_DEFAULT))<br>
diff --git a/multipath/multipath.conf.5 b/multipath/multipath.conf.5<br>
index 7de8bc7..d6c6c52 100644<br>
--- a/multipath/multipath.conf.5<br>
+++ b/multipath/multipath.conf.5<br>
@@ -943,7 +943,7 @@ The following keywords are recognized:<br>
 Regular expression of the device nodes to be excluded.<br>
 .RS<br>
 .TP<br>
-The default is: \fB^(ram|raw|loop|fd|md|dm-|<wbr>sr|scd|st|dcssblk|nvme)[0-9]\<wbr>fR and \fB^(td|hd|vd)[a-z]\fR<br>
+The default is: \fB^(ram|raw|loop|fd|md|dm-|<wbr>sr|scd|st|dcssblk)[0-9]\fR and \fB^(td|hd|vd)[a-z]\fR<br>
 .RE<br>
 .TP<br>
 .B wwid<br>
<span class="HOEnZb"><font color="#888888">--<br>
2.5.5<br>
<br>
</font></span></blockquote></div><br></div>