Re: [dm-devel] [PATCH v3 05/11] libmultipath: assemble_map: fix queue_if_no_path logic

2017-06-22 Thread Hannes Reinecke
On 06/21/2017 05:06 PM, Martin Wilck wrote: > It is wrong to remove the queue_if_no_path feature if no_path_retry > is unset. Rather, in this case the feature should neither be added > nor removed. > > Signed-off-by: Martin Wilck > Acked-by: Benjamin Marzinski

[dm-devel] [PATCH v3 05/11] libmultipath: assemble_map: fix queue_if_no_path logic

2017-06-21 Thread Martin Wilck
It is wrong to remove the queue_if_no_path feature if no_path_retry is unset. Rather, in this case the feature should neither be added nor removed. Signed-off-by: Martin Wilck Acked-by: Benjamin Marzinski --- libmultipath/dmparser.c | 5 ++--- 1 file