From 7c67d33dd4ace2c2e253b778dec08ae9db48310e Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Tue, 27 Sep 2011 12:33:36 +0000 Subject: [PATCH] correct thin_pool width --- lib/report/columns.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/report/columns.h b/lib/report/columns.h index f7f22e2ca..975bd7d8d 100644 --- a/lib/report/columns.h +++ b/lib/report/columns.h @@ -80,7 +80,7 @@ FIELD(LVS, lv, STR, "Move", lvid, 4, movepv, move_pv, "For pvmove, Source PV of FIELD(LVS, lv, STR, "Convert", lvid, 7, convertlv, convert_lv, "For lvconvert, Name of temporary LV created by lvconvert.", 0) FIELD(LVS, lv, STR, "LV Tags", tags, 7, tags, lv_tags, "Tags, if any.", 0) FIELD(LVS, lv, STR, "Log", lvid, 3, loglv, mirror_log, "For mirrors, the LV holding the synchronisation log.", 0) -FIELD(LVS, lv, STR, "Pool", lvid, 3, poollv, thin_pool, "For thinly-provisioned devices, the pool LV holding the data.", 0) +FIELD(LVS, lv, STR, "Pool", lvid, 4, poollv, thin_pool, "For thinly-provisioned devices, the pool LV holding the data.", 0) FIELD(LVS, lv, STR, "Modules", lvid, 7, modules, modules, "Kernel device-mapper modules required for this LV.", 0) FIELD(LABEL, pv, STR, "Fmt", id, 3, pvfmt, pv_fmt, "Type of metadata.", 0)