mirror of
https://github.com/OpenNebula/one.git
synced 2025-02-22 17:57:46 +03:00
fixes running_etime when cancelling a job
This commit is contained in:
parent
2e7da1721c
commit
76ad1887f1
@ -612,6 +612,7 @@ void LifeCycleManager::cancel_success_action(int vid)
|
||||
return;
|
||||
}
|
||||
|
||||
vm->set_running_etime(the_time);
|
||||
vm->set_etime(the_time);
|
||||
|
||||
vm->set_reason(History::CANCEL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user