[dm-devel] [PATCH 2/2] multipathd: skip spurious event message for blacklisted paths

Mauricio Faria de Oliveira mauricfo at linux.vnet.ibm.com
Mon Dec 12 15:20:04 UTC 2016


Ben,

Thanks for reviewing,

On 12/12/2016 12:23 PM, Benjamin Marzinski wrote:
> Why don't we just call pathinfo here? I see that you set the pathvec to
> NULL so that you don't actually store the path, but this sure does a lot
> of unnecessary work before failing. AFAICT, just calling pathinfo with
> DI_BLACKLIST already gets you what you need (it checks both the device
> and wwid blacklists). Am I missing something here?

path_discover() also calls filter_property() and filter_devnode(),
so more blacklisting methods are covered.

(filter_devnode() is also checked by uev_trigger(), but I wanted
to reuse the existing code to keep the patch simple.)

And afaik there is not a lot more being done in path_discover()
  > store_pathinfo() > path_info() vs the direct path_info() call;

There /is/ some overhead, you're right, but since this is only in
the error path of this corner case, it seemed to be not a big deal.

-- 
Mauricio Faria de Oliveira
IBM Linux Technology Center




More information about the dm-devel mailing list