1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +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 GitHub
parent f4dc20b187
commit bc70f194c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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