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