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

B #5018: Hosts in ERR state on vCenter restart (#256)

Signed-off-by: Ricardo Diaz <rdiaz@opennebula.io>
(cherry picked from commit 83ff157de5e51b28f893e4f2c358054e0a94657e)
This commit is contained in:
Ricardo Diaz 2020-09-29 14:56:19 +02:00 committed by Ruben S. Montero
parent 8e1754c4bf
commit c6db7b9d9c
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -825,7 +825,7 @@ class ClusterSet
next unless (Time.now.to_i - last_mon) > probe_frequency
# Refresh the vCenter connection in the least frequent probe
if probe_name.eql?('system_host')
if probe_name.eql?(:system_host)
c[:cluster].connect_vcenter
end