summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlasdair G Kergon <agk@redhat.com>2016-03-14 09:30:51 +0000
committerAlasdair G Kergon <agk@redhat.com>2016-03-14 09:30:51 +0000
commita39563c0b08a281f170f7e70ec571aa6ef2d9147 (patch)
treee7cf00791da84719a14535be3f125dc8db79e961
parenta78e6960704a42ceadcda89b624137cb7bb7c72e (diff)
downloadlvm2-a39563c0b08a281f170f7e70ec571aa6ef2d9147.tar.gz
report: Use default vg_name field width too.
-rw-r--r--lib/report/columns.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/report/columns.h b/lib/report/columns.h
index 1abc4c818..443904757 100644
--- a/lib/report/columns.h
+++ b/lib/report/columns.h
@@ -149,7 +149,7 @@ FIELD(PVS, pv, BIN, "PInUse", id, 0, pvinuse, pv_in_use, "Set if PV is used.", 0
FIELD(VGS, vg, STR, "Fmt", cmd, 0, vgfmt, vg_fmt, "Type of metadata.", 0)
FIELD(VGS, vg, STR, "VG UUID", id, 38, uuid, vg_uuid, "Unique identifier.", 0)
-FIELD(VGS, vg, STR, "VG", name, 4, string, vg_name, "Name.", 0)
+FIELD(VGS, vg, STR, "VG", name, 0, string, vg_name, "Name.", 0)
FIELD(VGS, vg, STR, "Attr", cmd, 5, vgstatus, vg_attr, "Various attributes - see man page.", 0)
FIELD(VGS, vg, STR, "VPerms", cmd, 10, vgpermissions, vg_permissions, "VG permissions.", 0)
FIELD(VGS, vg, BIN, "Extendable", cmd, 0, vgextendable, vg_extendable, "Set if VG is extendable.", 0)