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

F #2641: Reset deploy-id attribute

This commit is contained in:
Ruben S. Montero 2019-01-27 20:15:32 +01:00
parent 429ff8901d
commit 271f5aeb37

View File

@ -314,6 +314,8 @@ void DispatchManager::resubmit_action(int vid)
vm->set_state(VirtualMachine::PENDING);
vm->set_deploy_id(""); //reset the deploy-id
vmpool->update(vm);
vm->unlock();