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

Feature #1739: When an individual VM poll fails, the VM is set to unk

This commit is contained in:
Carlos Martín 2013-02-12 17:57:37 +01:00
parent ea40607e26
commit 89f2cdac22

View File

@ -401,7 +401,8 @@ void VirtualMachineManagerDriver::protocol(
else
{
log_error(vm,os,is,"Error monitoring VM");
vmpool->update(vm);
process_poll(vm, "STATE=d");
vm->log("VMM",Log::ERROR,os);
}