[
https://issues.apache.org/jira/browse/CLOUDSTACK-9986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16292395#comment-16292395
]
ASF subversion and git services commented on CLOUDSTACK-9986:
-------------------------------------------------------------
Commit fc49533a8e3b52d1be296022832231ad22e40bd0 in cloudstack's branch
refs/heads/master from [~bhaisaab]
[ https://gitbox.apache.org/repos/asf?p=cloudstack.git;h=fc49533 ]
CLOUDSTACK-9986: Use host table to iterate for zone/cluster metrics (#2353)
The host_view may contain duplicate entries when hosts have tags.
Changing the host_view may cause unseen regressions so
to fix the issues we've modified the zone/cluster metrics code to use
the `host` table (hostdao) to iterate through the list of hosts in a
cluster during zone/cluster metrics listing.
Signed-off-by: Rohit Yadav <[email protected]>
> Consider overcommit ratios with total/threshold values in Metrics View
> ----------------------------------------------------------------------
>
> Key: CLOUDSTACK-9986
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9986
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Reporter: Rohit Yadav
> Assignee: Rohit Yadav
> Fix For: Future, 4.9.3.0
>
>
> On code analysis and discussions, I found that overcommit ratios are used
> with the allocated values, instead they should be used/compared with the
> total/threshold values during comparison for determining where the allocated
> values have gone beyond the thresholds (considering overcommit ratios) or not.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)