Yair Zaslavsky has posted comments on this change.

Change subject: history: added vm's client ip to dwh views (#873790)
......................................................................


Patch Set 1: (1 inline comment)

Just fix identation

....................................................
File backend/manager/dbscripts/create_dwh_views.sql
Line 265:       cast(c.cpu_sys as smallint) as system_cpu_usage_percent,
Line 266:       cast(c.cpu_user as smallint) as user_cpu_usage_percent,
Line 267:       c.disks_usage,
Line 268:       b.vm_ip,
Line 269:     b.client_ip as vm_client_ip,
please ident as upper fields.
Line 270:       b.console_cur_user_name as current_user_name,
Line 271:       b.run_on_vds as currently_running_on_host
Line 272: FROM vm_dynamic b, vm_statistics c
Line 273: where


-- 
To view, visit http://gerrit.ovirt.org/16008
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ibb75a526070214ff6f909692d5f099367fb4eda3
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Yaniv Dary <yd...@redhat.com>
Gerrit-Reviewer: Eli Mesika <elimes...@gmail.com>
Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com>
Gerrit-Reviewer: Yaniv Dary <yd...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to