From: Alasdair G Kergon Date: Mon, 14 Mar 2016 09:30:51 +0000 (+0000) Subject: report: Use default vg_name field width too. X-Git-Tag: v2_02_147~8 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=a39563c0b08a281f170f7e70ec571aa6ef2d9147;p=lvm2.git report: Use default vg_name field width too. --- 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)