All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] multipath-tools: Yet Another PR fix
@ 2025-12-02  3:02 Benjamin Marzinski
  2025-12-02  3:02 ` [PATCH 1/4] libmpathpersist: fix register retry status checking Benjamin Marzinski
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Benjamin Marzinski @ 2025-12-02  3:02 UTC (permalink / raw)
  To: Christophe Varoqui; +Cc: device-mapper development, Martin Wilck

I ran into some cases where checking the number of registered keys made
multipathd think all paths had been registered, when they hadn't. The
last two patches in this patchset rework that code. The first two are
just fixes to other issues I happened to notice while working on this
code.

Benjamin Marzinski (4):
  libmpathpersist: fix register retry status checking
  multipath-tools man pages: fix multipathd commands keyword ordering
  multipathd: remember number of registered keys when ioctl fails
  libmpathpersist: fix code for skipping multipathd path registration

 libmpathpersist/mpath_persist_int.c | 20 ++++----
 libmpathpersist/mpath_updatepr.c    | 48 ++++++++++++++-----
 libmpathpersist/mpathpr.h           |  4 +-
 multipathd/callbacks.c              |  1 +
 multipathd/cli.c                    |  1 +
 multipathd/cli.h                    |  2 +
 multipathd/cli_handlers.c           | 39 ++++++++++++++--
 multipathd/main.c                   | 72 +++++++++++++++++++----------
 multipathd/main.h                   |  3 +-
 multipathd/multipathd.8.in          | 24 ++++++----
 10 files changed, 155 insertions(+), 59 deletions(-)

-- 
2.50.1


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

end of thread, other threads:[~2025-12-09 11:09 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-02  3:02 [PATCH 0/4] multipath-tools: Yet Another PR fix Benjamin Marzinski
2025-12-02  3:02 ` [PATCH 1/4] libmpathpersist: fix register retry status checking Benjamin Marzinski
2025-12-02  3:02 ` [PATCH 2/4] multipath-tools man pages: fix multipathd commands keyword ordering Benjamin Marzinski
2025-12-02  3:02 ` [PATCH 3/4] multipathd: remember number of registered keys when ioctl fails Benjamin Marzinski
2025-12-02  3:02 ` [PATCH 4/4] libmpathpersist: fix code for skipping multipathd path registration Benjamin Marzinski
2025-12-08 14:46   ` Martin Wilck
2025-12-08 20:50     ` Benjamin Marzinski
2025-12-09 11:09       ` Martin Wilck
2025-12-08 14:55   ` Martin Wilck
2025-12-08 14:48 ` [PATCH 0/4] multipath-tools: Yet Another PR fix 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.