From 3dd45e1ceb243cb902ac807d28cd44d08e633116 Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Tue, 19 Jan 2016 14:30:13 +0000 Subject: [PATCH] [thin_ls] tweak the field names --- thin-provisioning/thin_ls.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/thin-provisioning/thin_ls.cc b/thin-provisioning/thin_ls.cc index f03c312..b7db4f1 100644 --- a/thin-provisioning/thin_ls.cc +++ b/thin-provisioning/thin_ls.cc @@ -170,9 +170,9 @@ namespace { "MAPPED", "EXCLUSIVE", "SHARED", - "TRANSACTION_ID", - "CREATION_TIME", - "SNAPSHOT_TIME" + "TRANSACTION", + "CREATE_TIME", + "SNAP_TIME" }; output_field string_to_field(string const &str) {