We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bb6c9e commit b22eb25Copy full SHA for b22eb25
app/models/miq_server.rb
@@ -590,7 +590,7 @@ def self.audit_details
590
{
591
:vms => Vm.active.count,
592
:hosts => Host.active.count,
593
- :aggregate_physical_cpus => Host.active.in_my_region.sum(:aggregate_physical_cpus),
+ :aggregate_physical_cpus => Host.active.sum(:aggregate_physical_cpus),
594
:providers => ExtManagementSystem.group(:type).count,
595
:deployment => MiqEnvironment::Command.is_podified? ? "containers" : "appliance",
596
:arch => MiqEnvironment.arch.to_s,
0 commit comments