Skip to content

Commit

Permalink
development: Scheduler. Do not replace template when updating sched i…
Browse files Browse the repository at this point in the history
…nformation
  • Loading branch information
Ruben S. Montero committed Nov 7, 2018
1 parent 94f26ce commit 9113371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scheduler/src/pool/VirtualMachinePoolXML.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 9113371

Please sign in to comment.