Yaniv Dary has uploaded a new change for review.

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

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

Bug-Url: https://bugzilla.redhat.com/873790

Change-Id: Ibb75a526070214ff6f909692d5f099367fb4eda3
Signed-off-by: Yaniv Dary <yd...@redhat.com>
---
M backend/manager/dbscripts/create_dwh_views.sql
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/08/16008/1

diff --git a/backend/manager/dbscripts/create_dwh_views.sql 
b/backend/manager/dbscripts/create_dwh_views.sql
index a5d8c40..d08fd85 100644
--- a/backend/manager/dbscripts/create_dwh_views.sql
+++ b/backend/manager/dbscripts/create_dwh_views.sql
@@ -266,6 +266,7 @@
        cast(c.cpu_user as smallint) as user_cpu_usage_percent,
        c.disks_usage,
        b.vm_ip,
+    b.client_ip as vm_client_ip,
        b.console_cur_user_name as current_user_name,
        b.run_on_vds as currently_running_on_host
 FROM vm_dynamic b, vm_statistics c


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibb75a526070214ff6f909692d5f099367fb4eda3
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: 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