Re: [dm-devel] [PATCH 1/1] multipath-tools: fix dm- device filtering

2016-07-08 Thread Dragan Stancevic
Thank you! On Fri, Jul 8, 2016 at 2:42 AM, Christophe Varoqui < christophe.varo...@opensvc.com> wrote: > Rebased and merged. > Thanks. > > On Tue, Jul 5, 2016 at 10:46 PM, Dragan Stancevic < > dragan.stance...@canonical.com> wrote: > >> During "service multipath-tools start" /sbin/multipath is

Re: [dm-devel] [PATCH 1/1] multipath-tools: fix dm- device filtering

2016-07-08 Thread Christophe Varoqui
Rebased and merged. Thanks. On Tue, Jul 5, 2016 at 10:46 PM, Dragan Stancevic < dragan.stance...@canonical.com> wrote: > During "service multipath-tools start" /sbin/multipath is > called on dm- devices that are filtered but due to a condition > conf->dev_type == DEV_DEVNODE in filtering code

[dm-devel] [PATCH 1/1] multipath-tools: fix dm- device filtering

2016-07-05 Thread Dragan Stancevic
During "service multipath-tools start" /sbin/multipath is called on dm- devices that are filtered but due to a condition conf->dev_type == DEV_DEVNODE in filtering code multipath binary wasn't dropping out when hitting a dm- device. This was due to the fact that in this case conf->dev_type is set