All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] multipath-tools: cli_add_map cleanup and misc fixes
@ 2024-06-05 23:22 Benjamin Marzinski
  2024-06-05 23:22 ` [PATCH 1/7] multipathd: fix flush check in flush_map() Benjamin Marzinski
                   ` (6 more replies)
  0 siblings, 7 replies; 24+ messages in thread
From: Benjamin Marzinski @ 2024-06-05 23:22 UTC (permalink / raw)
  To: Christophe Varoqui; +Cc: device-mapper development, Martin Wilck

This patchset is half a grab bag of small fixes and half cleaning up
cli_add_map() and making it accept adding a multipath device by WWID
instead of just by alias.

Benjamin Marzinski (7):
  multipathd: fix flush check in flush_map()
  libmultipath: check for not PATH_UP in detect_alua
  multipathd: refresh multipath before calling set_no_path_retry()
  libmultipath: add name and minor outputs for dm_map_present_by_uuid()
  multipath-tools: Makefile.inc: compile with -fexceptions
  multipathd: free alias if cli_add_map() is cancelled
  multipathd: make cli_add_map() handle adding maps by WWID correctly

 Makefile.inc                      |  3 +-
 libmultipath/devmapper.c          | 11 ++++-
 libmultipath/devmapper.h          |  2 +-
 libmultipath/discovery.c          |  2 +-
 libmultipath/libmultipath.version |  7 ++-
 libmultipath/valid.c              |  2 +-
 multipathd/cli_handlers.c         | 71 ++++++++++++++-----------------
 multipathd/main.c                 |  2 +-
 8 files changed, 55 insertions(+), 45 deletions(-)

-- 
2.45.0


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

end of thread, other threads:[~2024-07-04  7:19 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-05 23:22 [PATCH 0/7] multipath-tools: cli_add_map cleanup and misc fixes Benjamin Marzinski
2024-06-05 23:22 ` [PATCH 1/7] multipathd: fix flush check in flush_map() Benjamin Marzinski
2024-06-27  9:31   ` Martin Wilck
2024-06-05 23:22 ` [PATCH 2/7] libmultipath: check for not PATH_UP in detect_alua Benjamin Marzinski
2024-06-27  9:31   ` Martin Wilck
2024-06-05 23:22 ` [PATCH 3/7] multipathd: refresh multipath before calling set_no_path_retry() Benjamin Marzinski
2024-06-27  7:47   ` Martin Wilck
2024-06-27 18:32     ` Benjamin Marzinski
2024-06-27 18:39       ` Benjamin Marzinski
2024-06-27 21:31         ` Martin Wilck
2024-07-01 18:41           ` Benjamin Marzinski
2024-07-02  7:34             ` Martin Wilck
2024-07-02 18:10               ` Benjamin Marzinski
2024-07-04  7:19                 ` Martin Wilck
2024-06-05 23:22 ` [PATCH 4/7] libmultipath: add name and minor outputs for dm_map_present_by_uuid() Benjamin Marzinski
2024-06-27  9:27   ` Martin Wilck
2024-06-27 18:48     ` Benjamin Marzinski
2024-06-27 20:42       ` Martin Wilck
2024-06-05 23:22 ` [PATCH 5/7] multipath-tools: Makefile.inc: compile with -fexceptions Benjamin Marzinski
2024-06-27  9:32   ` Martin Wilck
2024-06-05 23:22 ` [PATCH 6/7] multipathd: free alias if cli_add_map() is cancelled Benjamin Marzinski
2024-06-27  9:32   ` Martin Wilck
2024-06-05 23:22 ` [PATCH 7/7] multipathd: make cli_add_map() handle adding maps by WWID correctly Benjamin Marzinski
2024-06-27  9:33   ` 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.