On Thu, 2023-01-12 at 14:28 -0600, Benjamin Marzinski wrote: > From: Nitin Yewale <nyewale@xxxxxxxxxx> > > The multipathd command "multipathd show wildcards" shows the > pathgroup > format wildcards, but there is no way to use them in a multipathd > command. > > Signed-off-by: Benjamin Marzinski <bmarzins@xxxxxxxxxx> Reviewed-by: Martin Wilck <mwilck@xxxxxxxx> > --- > libmultipath/print.c | 7 ------- > 1 file changed, 7 deletions(-) > > diff --git a/libmultipath/print.c b/libmultipath/print.c > index 3193dbe0..9df77247 100644 > --- a/libmultipath/print.c > +++ b/libmultipath/print.c > @@ -865,13 +865,6 @@ int snprint_wildcards(struct strbuf *buff) > pd[i].wildcard, pd[i].header)) > < 0) > return rc; > > - if ((rc = append_strbuf_str(buff, "\npathgroup format > wildcards:\n")) < 0) > - return rc; > - for (i = 0; i < ARRAY_SIZE(pgd); i++) > - if ((rc = print_strbuf(buff, "%%%c %s\n", > - pgd[i].wildcard, > pgd[i].header)) < 0) > - return rc; > - > return get_strbuf_len(buff) - initial_len; > } > -- dm-devel mailing list dm-devel@xxxxxxxxxx https://listman.redhat.com/mailman/listinfo/dm-devel