mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-23 22:50:09 +03:00
F #4913: Fix bug in VCENTER_LAST_PERF_POLL if cluster has no monitor info
This commit is contained in:
parent
c98457ae15
commit
18a556b0f1
@ -59,7 +59,7 @@ begin
|
||||
end
|
||||
|
||||
# Print last VM poll for perfmanager tracking
|
||||
puts "VCENTER_LAST_PERF_POLL=" << last_perf_poll << "\n"
|
||||
puts "VCENTER_LAST_PERF_POLL=" << last_perf_poll << "\n" if last_perf_poll
|
||||
|
||||
puts cluster.monitor_customizations
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user