1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

F #4302: Fix for wrong resource pool monitoring

This commit is contained in:
Tino Vazquez 2020-05-16 17:43:06 +02:00
parent a96de2f14a
commit 8ab972c0fd
No known key found for this signature in database
GPG Key ID: 2FE9C32E94AEABBE

View File

@ -623,7 +623,7 @@ class ClusterComputeResource
last_mon_time = Time.now.to_i.to_s
end
get_resource_pool_list if !@rp_list
@rp_list = get_resource_pool_list if !@rp_list
vm_pool = VCenterDriver::VIHelper.one_pool(OpenNebula::VirtualMachinePool)