All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] multipath-tools: Add option to disable NVMe ("foreign") support
@ 2019-08-15 14:46 Martin Wilck
  2019-08-15 14:46 ` [PATCH 1/2] multipath.conf: add "enable_foreign" parameter Martin Wilck
  2019-08-15 14:46 ` [PATCH 2/2] multipath.conf.5: document foreign library support Martin Wilck
  0 siblings, 2 replies; 7+ messages in thread
From: Martin Wilck @ 2019-08-15 14:46 UTC (permalink / raw)
  To: Christophe Varoqui, Benjamin Marzinski; +Cc: dm-devel, Martin Wilck

From: Martin Wilck <mwilck@suse.com>

Hi Christophe, hi Ben,

This is my alternative take to Ben's "multipath: add print_foreign option"
patch. I'd prefer it because it's more generic and more flexible for future
extensions.

Regards
Martin

Martin Wilck (2):
  multipath.conf: add "enable_foreign" parameter
  multipath.conf.5: document foreign library support

 libmultipath/config.h      |  1 +
 libmultipath/defaults.h    |  2 ++
 libmultipath/dict.c        |  6 +++++
 libmultipath/foreign.c     | 53 +++++++++++++++++++++++++++++++++++---
 libmultipath/foreign.h     |  3 ++-
 multipath/main.c           |  2 +-
 multipath/multipath.conf.5 | 40 ++++++++++++++++++++++++++++
 multipathd/main.c          |  2 +-
 8 files changed, 102 insertions(+), 7 deletions(-)

-- 
2.22.0

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-08-20 19:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-15 14:46 [PATCH 0/2] multipath-tools: Add option to disable NVMe ("foreign") support Martin Wilck
2019-08-15 14:46 ` [PATCH 1/2] multipath.conf: add "enable_foreign" parameter Martin Wilck
2019-08-16 20:12   ` Benjamin Marzinski
2019-08-19 20:32     ` Martin Wilck
2019-08-20 16:24       ` Martin Wilck
2019-08-20 19:24         ` Benjamin Marzinski
2019-08-15 14:46 ` [PATCH 2/2] multipath.conf.5: document foreign library support Martin Wilck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.