All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3][RESEND] resending find_multipaths patches
@ 2015-03-13 18:27 Benjamin Marzinski
  2015-03-13 18:27 ` [PATCH 1/3] add find_multipaths option Benjamin Marzinski
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Benjamin Marzinski @ 2015-03-13 18:27 UTC (permalink / raw)
  To: device-mapper development; +Cc: Christophe Varoqui

I'm resending my find_multipaths patch, based on the conversation I had
here. If nothing else, I'd at least like a discussion about why these
shouldn't go in.

http://www.redhat.com/archives/dm-devel/2014-July/msg00029.html

Just to clarify. find_multipaths is a configurable option that when set to
'yes' will make multipath only run on devices have more than one path.  This
means that users can mostly leave the blacklist alone, and they will only get
the multipath devices that they want. The only time the blacklist is necessary
is when users actually have multiple paths to a device, but still don't want
multipath set up on it.  It's been around since RHEL6, and it is turned on
in the default multipath.conf file in RHEL7. The internal default is "off".

Hannes, do you still object to these?

Benjamin Marzinski (3):
  add find_multipaths option
  libmultipath: only add uninitialized paths in check_path
  Add find_multipaths to multipath.conf man page

 libmultipath/config.c      |  1 +
 libmultipath/config.h      |  1 +
 libmultipath/configure.c   | 11 +++++++++++
 libmultipath/defaults.h    |  1 +
 libmultipath/dict.c        |  4 ++++
 libmultipath/discovery.c   |  2 ++
 libmultipath/structs.h     |  1 +
 libmultipath/wwids.c       | 26 ++++++++++++++++++++++++++
 libmultipath/wwids.h       |  1 +
 multipath/main.c           | 27 +++++++++++++++++++++++++--
 multipath/multipath.conf.5 | 22 ++++++++++++++++++++++
 multipathd/main.c          |  9 +++++++++
 12 files changed, 104 insertions(+), 2 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2015-03-16  7:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-13 18:27 [PATCH 0/3][RESEND] resending find_multipaths patches Benjamin Marzinski
2015-03-13 18:27 ` [PATCH 1/3] add find_multipaths option Benjamin Marzinski
2015-03-13 18:27 ` [PATCH 2/3] libmultipath: only add uninitialized paths in check_path Benjamin Marzinski
2015-03-13 18:27 ` [PATCH 3/3] Add find_multipaths to multipath.conf man page Benjamin Marzinski
2015-03-14  9:57 ` [PATCH 0/3][RESEND] resending find_multipaths patches Christophe Varoqui
2015-03-16  7:54 ` Hannes Reinecke

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.