Blame SOURCES/0005-pvdisplay-restore-reportformat-option.patch

d0283b
From 3cfb00e5f7c720549100c5297be18600c9abf530 Mon Sep 17 00:00:00 2001
d0283b
From: David Teigland <teigland@redhat.com>
d0283b
Date: Fri, 24 Jun 2022 10:40:54 -0500
d0283b
Subject: [PATCH 5/7] pvdisplay: restore --reportformat option
d0283b
d0283b
Fixes commit b8f4ec846 "display: ignore --reportformat"
d0283b
by restoring the --reportformat option to pvdisplay.
d0283b
Adding -C to pvdisplay turns the command into a reporting
d0283b
command (like pvs, vgs, lvs) in which --reportformat can
d0283b
be useful.
d0283b
d0283b
(cherry picked from commit db5277c97155632ce83e1125e348eda97c871968)
d0283b
---
d0283b
 tools/command-lines.in | 4 ++--
d0283b
 1 file changed, 2 insertions(+), 2 deletions(-)
d0283b
d0283b
diff --git a/tools/command-lines.in b/tools/command-lines.in
d0283b
index b64fd0dda..b6a03d158 100644
d0283b
--- a/tools/command-lines.in
d0283b
+++ b/tools/command-lines.in
d0283b
@@ -1593,10 +1593,10 @@ pvdisplay
d0283b
 OO: --aligned, --all, --binary, --colon, --columns, --configreport ConfigReport,
d0283b
 --foreign, --ignorelockingfailure,
d0283b
 --logonly, --maps, --noheadings, --nosuffix, --options String,
d0283b
---readonly, --select String, --separator String, --shared,
d0283b
+--readonly, --reportformat ReportFmt, --select String, --separator String, --shared,
d0283b
 --short, --sort String, --unbuffered, --units Units
d0283b
 OP: PV|Tag ...
d0283b
-IO: --ignoreskippedcluster, --reportformat ReportFmt
d0283b
+IO: --ignoreskippedcluster
d0283b
 ID: pvdisplay_general
d0283b
 
d0283b
 ---
d0283b
-- 
d0283b
2.34.3
d0283b