Yaniv Dary has uploaded a new change for review. Change subject: history: fixed user usage data collection (#926952) ......................................................................
history: fixed user usage data collection (#926952) was collecting the os system user, changed to collect the spice session user. Bug-Url: https://bugzilla.redhat.com/926952 Change-Id: I50d4521ef733add0c5439d48c3dbc31bd5ad4e5f Signed-off-by: Yaniv Dary <[email protected]> --- M backend/manager/dbscripts/create_dwh_views.sql 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/57/13357/1 diff --git a/backend/manager/dbscripts/create_dwh_views.sql b/backend/manager/dbscripts/create_dwh_views.sql index 5ca2659..7014f92 100644 --- a/backend/manager/dbscripts/create_dwh_views.sql +++ b/backend/manager/dbscripts/create_dwh_views.sql @@ -266,7 +266,7 @@ cast(c.cpu_user as smallint) as user_cpu_usage_percent, c.disks_usage, b.vm_ip, - b.guest_cur_user_name as current_user_name, + 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 where -- To view, visit http://gerrit.ovirt.org/13357 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I50d4521ef733add0c5439d48c3dbc31bd5ad4e5f Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yaniv Dary <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
