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

F : Fix bug in VCENTER_LAST_PERF_POLL if cluster has no monitor info

This commit is contained in:
mcabrerizo 2017-06-18 18:02:53 +02:00
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