mbox series

[v2,0/7] multipath-tools man pages: add missing information

Message ID 20240530165500.397009-1-bmarzins@redhat.com (mailing list archive)
Headers show
Series multipath-tools man pages: add missing information | expand

Message

Benjamin Marzinski May 30, 2024, 4:54 p.m. UTC
This patchset is inspired by:
https://lore.kernel.org/dm-devel/1673555329-9850-1-git-send-email-bmarzins@redhat.com/

It removes the useless pathgroup wildcards section from the "show
wildcards" output and adds wildcards descriptions to the multipathd.8
man page, along with some issing multipathd commands.  In the process of
doing this, I noticed some instances where either the man page or
multipathd wasn't giving the correct information, and fixed those up.

Changes in V2 (based on comments by Martin Wilck):
0003: change print format from "%i" to "deferred:%i"
0007: Multiple man page changes. I left the order the same as shown in
      "multipathd show wildcards", since it doesn't seem like an
      alphabetic order makes more sense. Also, I'm not really sure what
      to call the H and T members of the NVMe %i (H:C:I:L) output.
      I ended up calling them Controller and Namspace Instance Numbers
      based on their in-kernel variable names. But if there is a
      better name, I'd happily use that.

Benjamin Marzinski (6):
  multipath-tools man pages: don't assume multipath.socket is enabled
  libmultipath: print all values in snprint_failback
  multipathd: Stop double counting map failures for no_path_retry > 0
  multipath-tools man pages: add missing multipathd commands
  libmultipath: change the vend/prod/rev printing
  multipath-tools man pages: Add format wildcard descriptions

Nitin Yewale (1):
  libmultipath: remove pathgroup wildcard options

 libmultipath/print.c       |  22 +--
 libmultipath/structs_vec.c |   5 +-
 multipathd/multipathd.8.in | 309 +++++++++++++++++++++++++++++++++++--
 3 files changed, 311 insertions(+), 25 deletions(-)