summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2015-01-20 15:25:05 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2015-01-20 15:25:05 +0100
commita625812bec4597adb6e71816130dacac2ff38b34 (patch)
tree9674787e906dd5cf193ed6409b9422e3e95b5ecf
parent3b78d5237ddc7dc8d328bd1b16628c5a61454826 (diff)
downloadlvm2-a625812bec4597adb6e71816130dacac2ff38b34.tar.gz
report: use info
Use LVSINFO since LVSSTATUS only fills status
-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 fbbbe9dce..2b788c126 100644
--- a/lib/report/columns.h
+++ b/lib/report/columns.h
@@ -38,7 +38,7 @@ FIELD(LVS, lv, STR, "LV", lvid, 4, lvfullname, lv_full_name, "Full name of LV in
FIELD(LVS, lv, STR, "Path", lvid, 4, lvpath, lv_path, "Full pathname for LV. Blank for internal LVs.", 0)
FIELD(LVS, lv, STR, "DMPath", lvid, 6, lvdmpath, lv_dm_path, "Internal device-mapper pathname for LV (in /dev/mapper directory).", 0)
FIELD(LVS, lv, STR, "Parent", lvid, 6, lvparent, lv_parent, "For LVs that are components of another LV, the parent LV.", 0)
-FIELD(LVSSTATUS, lv, STR, "Attr", lvid, 4, lvstatus, lv_attr, "Various attributes - see man page.", 0)
+FIELD(LVSINFO, lv, STR, "Attr", lvid, 4, lvstatus, lv_attr, "Various attributes - see man page.", 0)
FIELD(LVS, lv, STR_LIST, "Layout", lvid, 10, lvlayout, lv_layout, "LV layout.", 0)
FIELD(LVS, lv, STR_LIST, "Role", lvid, 10, lvrole, lv_role, "LV role.", 0)
FIELD(LVS, lv, BIN, "InitImgSync", lvid, 10, lvinitialimagesync, lv_initial_image_sync, "Set if mirror/RAID images underwent initial resynchronization.", 0)