From 89f2cdac2254c38fcaae81800005ff3d67cd66f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn?= Date: Tue, 12 Feb 2013 17:57:37 +0100 Subject: [PATCH] Feature #1739: When an individual VM poll fails, the VM is set to unk --- src/vmm/VirtualMachineManagerDriver.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/vmm/VirtualMachineManagerDriver.cc b/src/vmm/VirtualMachineManagerDriver.cc index 137ebd753d..0b3da2e755 100644 --- a/src/vmm/VirtualMachineManagerDriver.cc +++ b/src/vmm/VirtualMachineManagerDriver.cc @@ -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); }