From 91133716a48af640c92d0a048208148ccc761df5 Mon Sep 17 00:00:00 2001 From: "Ruben S. Montero" Date: Wed, 7 Nov 2018 16:18:32 +0100 Subject: [PATCH] development: Scheduler. Do not replace template when updating sched information --- src/scheduler/src/pool/VirtualMachinePoolXML.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scheduler/src/pool/VirtualMachinePoolXML.cc b/src/scheduler/src/pool/VirtualMachinePoolXML.cc index 59eb862fc4..ddba745cf4 100644 --- a/src/scheduler/src/pool/VirtualMachinePoolXML.cc +++ b/src/scheduler/src/pool/VirtualMachinePoolXML.cc @@ -225,7 +225,7 @@ int VirtualMachinePoolXML::update(int vid, const string &st) const try { - client->call("one.vm.update", "is", &result, vid, st.c_str()); + client->call("one.vm.update", "isi", &result, vid, st.c_str(), 1); } catch (exception const& e) {