mbox series

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

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

Message

Benjamin Marzinski May 13, 2024, 5:36 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.

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 | 260 +++++++++++++++++++++++++++++++++++--
 3 files changed, 263 insertions(+), 24 deletions(-)

Comments

Martin Wilck May 24, 2024, 2:28 p.m. UTC | #1
On Mon, 2024-05-13 at 13:36 -0400, Benjamin Marzinski wrote:
> 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.
> 
> 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 | 260
> +++++++++++++++++++++++++++++++++++--
>  3 files changed, 263 insertions(+), 24 deletions(-)
> 

For the series, except 3/7 and 7/7:

Reviewed-by: Martin Wilck <mwilck@suse.com>