mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
B #5302: Do not finish import record on poweroff
This commit is contained in:
parent
87cd4b748f
commit
5d1060e056
@ -142,10 +142,6 @@ int DispatchManager::import(unique_ptr<VirtualMachine> vm, const RequestAttribut
|
||||
{
|
||||
vm->set_state(VirtualMachine::POWEROFF);
|
||||
vm->set_state(VirtualMachine::LCM_INIT);
|
||||
|
||||
//Close this History Record
|
||||
vm->set_etime(the_time);
|
||||
vm->set_running_etime(the_time);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user