1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-24 02:03:52 +03:00

Avoid monitor error on hosts with "Unknown ID" VMs

(cherry picked from commit e5f8b745fd10596284ac394fe679b8b12714ac04)
This commit is contained in:
Tino Vazquez 2013-07-30 10:56:04 +02:00
parent 890dc1bd6e
commit 9f9500776a

View File

@ -416,7 +416,7 @@ class VIHost
str_info << "VM = ["
str_info << "ID=#{number},"
str_info << "DEPLOY_ID=#{name},"
str_info << "DEPLOY_ID=\"#{name}\","
str_info << "POLL=\"#{vivm.info}\"]\n"
}