From ab43435a5f1364ae04f14d1dc6a9f03c26d7f2ae Mon Sep 17 00:00:00 2001 From: PanSpagetka Date: Thu, 27 Apr 2017 13:58:16 +0200 Subject: [PATCH] Add missing units on VMDB Utilization page for disk size https://bugzilla.redhat.com/show_bug.cgi?id=1445465 --- db/fixtures/miq_report_formats.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/db/fixtures/miq_report_formats.yml b/db/fixtures/miq_report_formats.yml index d41e812a1ef..63e6bf97973 100644 --- a/db/fixtures/miq_report_formats.yml +++ b/db/fixtures/miq_report_formats.yml @@ -148,6 +148,10 @@ :v_snapshot_newest_total_size: :bytes :v_snapshot_oldest_total_size: :bytes + :disk_total_bytes: :bytes + :disk_free_bytes: :bytes + :disk_used_bytes: :bytes + :capacity_profile_1_available_host_memory: :bytes :capacity_profile_2_available_host_memory: :bytes :capacity_profile_2_available_host_vcpu: :mhz