]> sourceware.org Git - lvm2.git/commitdiff
correct thin_pool width
authorAlasdair Kergon <agk@redhat.com>
Tue, 27 Sep 2011 12:33:36 +0000 (12:33 +0000)
committerAlasdair Kergon <agk@redhat.com>
Tue, 27 Sep 2011 12:33:36 +0000 (12:33 +0000)
lib/report/columns.h

index f7f22e2ca5ad88ebcb631eb2c4f605512f28d99d..975bd7d8dd0cd3fdb4af6a0086cb23320e710b61 100644 (file)
@@ -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)
This page took 0.046725 seconds and 5 git commands to generate.