All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] multipathd: Miscellaneous fixes
@ 2026-01-21  4:23 Benjamin Marzinski
  2026-01-21  4:23 ` [PATCH 1/4] multipathd: don't add removed/partial paths to new maps Benjamin Marzinski
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Benjamin Marzinski @ 2026-01-21  4:23 UTC (permalink / raw)
  To: Christophe Varoqui; +Cc: device-mapper development, Martin Wilck

These are a just collection of unrelated multipath fixes. The first one
keeps new maps from adding non-discovered paths in configure(). The
second one makes sure that paths that were offline when multipathd was
started or reconfigured get the pathinfo checked and get the proper
initialization state, when the come online. The third improves the
"busy" state output in "multipathd show status". And the fourth one make
sure that multipathd prints the "path offline" message for paths that
are part of multipath devices but were offline when mutipathd was
started or reconfigured.

Benjamin Marzinski (4):
  multipathd: don't add removed/partial paths to new maps
  multipathd: finish initalization of paths added while offline
  multipathd: make "multipathd show status" busy checker better
  multipathd: print path offline message even without a checker

 libmultipath/configure.c   | 12 +++++++-
 libmultipath/discovery.c   |  2 ++
 libmultipath/structs_vec.c |  3 +-
 libmultipath/uevent.c      | 17 ++++++++----
 multipathd/main.c          | 57 ++++++++++++++++++++++++++++++++------
 5 files changed, 74 insertions(+), 17 deletions(-)

-- 
2.50.1


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

end of thread, other threads:[~2026-01-21 17:01 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-21  4:23 [PATCH 0/4] multipathd: Miscellaneous fixes Benjamin Marzinski
2026-01-21  4:23 ` [PATCH 1/4] multipathd: don't add removed/partial paths to new maps Benjamin Marzinski
2026-01-21  9:28   ` Martin Wilck
2026-01-21  4:23 ` [PATCH 2/4] multipathd: finish initalization of paths added while offline Benjamin Marzinski
2026-01-21 12:41   ` Martin Wilck
2026-01-21 15:43     ` Benjamin Marzinski
2026-01-21  4:23 ` [PATCH 3/4] multipathd: make "multipathd show status" busy checker better Benjamin Marzinski
2026-01-21  9:27   ` Martin Wilck
2026-01-21 15:50     ` Benjamin Marzinski
2026-01-21  4:23 ` [PATCH 4/4] multipathd: print path offline message even without a checker Benjamin Marzinski
2026-01-21  9:00   ` Martin Wilck
2026-01-21 16:02     ` Benjamin Marzinski
2026-01-21 17:01       ` 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.