[lvm2-commits] master - cleanup: commit fe70b03 turned lv_time to STR, put it back to TIM

Peter Rajnoha prajnoha at fedoraproject.org
Fri Jul 3 07:23:00 UTC 2015


Gitweb:        http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=82ecfa6f0eea0e09dadc9b6e32f6d1359152997f
Commit:        82ecfa6f0eea0e09dadc9b6e32f6d1359152997f
Parent:        e944a9c63561f6a6bb5690f9df14ba4ababb02b3
Author:        Peter Rajnoha <prajnoha at redhat.com>
AuthorDate:    Fri Jul 3 09:22:48 2015 +0200
Committer:     Peter Rajnoha <prajnoha at redhat.com>
CommitterDate: Fri Jul 3 09:22:48 2015 +0200

cleanup: commit fe70b03 turned lv_time to STR, put it back to TIM

---
 lib/report/columns.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/report/columns.h b/lib/report/columns.h
index 22141d8..fe9aad9 100644
--- a/lib/report/columns.h
+++ b/lib/report/columns.h
@@ -85,7 +85,7 @@ FIELD(LVS, lv, STR, "Pool", lvid, 4, poollv, pool_lv, "For thin volumes, the thi
 FIELD(LVS, lv, STR_LIST, "LV Tags", tags, 7, tags, lv_tags, "Tags, if any.", 0)
 FIELD(LVS, lv, STR, "LProfile", lvid, 8, lvprofile, lv_profile, "Configuration profile attached to this LV.", 0)
 FIELD(LVS, lv, STR, "Lock Args", lvid, 9, lvlockargs, lv_lockargs, "Lock args of the LV used by lvmlockd.", 0)
-FIELD(LVS, lv, STR, "Time", lvid, 26, lvtime, lv_time, "Creation time of the LV, if known", 0)
+FIELD(LVS, lv, TIM, "Time", lvid, 26, lvtime, lv_time, "Creation time of the LV, if known", 0)
 FIELD(LVS, lv, STR, "Host", lvid, 10, lvhost, lv_host, "Creation host of the LV, if known.", 0)
 FIELD(LVS, lv, STR_LIST, "Modules", lvid, 7, modules, lv_modules, "Kernel device-mapper modules required for this LV.", 0)
 


More information about the lvm2-commits mailing list