Re: [dm-devel] [PATCH] multipath: add print_foreign option

2019-08-14 Thread Martin Wilck
On Wed, 2019-08-14 at 12:22 -0500, Benjamin Marzinski wrote: > This adds a print_foreign multipath.conf defaults option, that allows > users to disable printing foreign devices and paths. It defaults to > "yes". > > Signed-off-by: Benjamin Marzinski > --- > libmultipath/config.c | 1 + > l

[dm-devel] [PATCH] multipath: add print_foreign option

2019-08-14 Thread Benjamin Marzinski
This adds a print_foreign multipath.conf defaults option, that allows users to disable printing foreign devices and paths. It defaults to "yes". Signed-off-by: Benjamin Marzinski --- libmultipath/config.c | 1 + libmultipath/config.h | 1 + libmultipath/defaults.h| 1 + libmulti