Yaniv Dary has uploaded a new change for review. Change subject: reports: fixed dr20 filtering (#857683) ......................................................................
reports: fixed dr20 filtering (#857683) The clause to filter only to highly available vm was commented out by mistake. bug-url: https://bugzilla.redhat.com/857683 Change-Id: I668399794e84a33ccb7c8734c332b5f2093564d8 Signed-off-by: Yaniv Dary <yd...@redhat.com> --- M reports/repository_files/resources/reports_resources/embedded_reports/webadmin_dashboards/cluster_dashboard/top_five_ha_virtual_servers_downtime_dr20_files/top_five_ha_virtual_servers_downtime_dr20_jrxml.data M reports/repository_files/resources/reports_resources/webadmin_dashboards/ce/cluster_dashboard_files/top_five_ha_virtual_servers_downtime_dr20_jrxml.data 2 files changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-reports refs/changes/59/8459/1 diff --git a/reports/repository_files/resources/reports_resources/embedded_reports/webadmin_dashboards/cluster_dashboard/top_five_ha_virtual_servers_downtime_dr20_files/top_five_ha_virtual_servers_downtime_dr20_jrxml.data b/reports/repository_files/resources/reports_resources/embedded_reports/webadmin_dashboards/cluster_dashboard/top_five_ha_virtual_servers_downtime_dr20_files/top_five_ha_virtual_servers_downtime_dr20_jrxml.data index f03368f..b97e605 100644 --- a/reports/repository_files/resources/reports_resources/embedded_reports/webadmin_dashboards/cluster_dashboard/top_five_ha_virtual_servers_downtime_dr20_files/top_five_ha_virtual_servers_downtime_dr20_jrxml.data +++ b/reports/repository_files/resources/reports_resources/embedded_reports/webadmin_dashboards/cluster_dashboard/top_five_ha_virtual_servers_downtime_dr20_files/top_five_ha_virtual_servers_downtime_dr20_jrxml.data @@ -15,7 +15,7 @@ FROM v3_0_vm_samples_history_view INNER JOIN v3_0_latest_vm_configuration_view ON (v3_0_latest_vm_configuration_view.vm_id = v3_0_vm_samples_history_view.vm_id) WHERE v3_0_latest_vm_configuration_view.cluster_id = cast($P{P_Cluster_ID} as UUID) - --AND v3_0_latest_vm_configuration_view.high_availability = TRUE + AND v3_0_latest_vm_configuration_view.high_availability = TRUE GROUP BY v3_0_latest_vm_configuration_view.vm_id, v3_0_latest_vm_configuration_view.vm_name ORDER BY uptime_percent ASC LIMIT 5]]> diff --git a/reports/repository_files/resources/reports_resources/webadmin_dashboards/ce/cluster_dashboard_files/top_five_ha_virtual_servers_downtime_dr20_jrxml.data b/reports/repository_files/resources/reports_resources/webadmin_dashboards/ce/cluster_dashboard_files/top_five_ha_virtual_servers_downtime_dr20_jrxml.data index f03368f..b97e605 100644 --- a/reports/repository_files/resources/reports_resources/webadmin_dashboards/ce/cluster_dashboard_files/top_five_ha_virtual_servers_downtime_dr20_jrxml.data +++ b/reports/repository_files/resources/reports_resources/webadmin_dashboards/ce/cluster_dashboard_files/top_five_ha_virtual_servers_downtime_dr20_jrxml.data @@ -15,7 +15,7 @@ FROM v3_0_vm_samples_history_view INNER JOIN v3_0_latest_vm_configuration_view ON (v3_0_latest_vm_configuration_view.vm_id = v3_0_vm_samples_history_view.vm_id) WHERE v3_0_latest_vm_configuration_view.cluster_id = cast($P{P_Cluster_ID} as UUID) - --AND v3_0_latest_vm_configuration_view.high_availability = TRUE + AND v3_0_latest_vm_configuration_view.high_availability = TRUE GROUP BY v3_0_latest_vm_configuration_view.vm_id, v3_0_latest_vm_configuration_view.vm_name ORDER BY uptime_percent ASC LIMIT 5]]> -- To view, visit http://gerrit.ovirt.org/8459 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I668399794e84a33ccb7c8734c332b5f2093564d8 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-reports 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