mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
Fix rollback in in one_vmm_exec.rb
This commit is contained in:
parent
4869bc3634
commit
ef8d3e2ce3
@ -159,7 +159,7 @@ class VmmAction
|
||||
|
||||
# Roll back steps, store failed info and break steps
|
||||
if DriverExecHelper.failed?(result)
|
||||
execute_steps(@data[:fail_actions]) if @data[:fail_actions]
|
||||
execute_steps(step[:fail_actions]) if step[:fail_actions]
|
||||
@data[:failed_info] = info
|
||||
|
||||
@vmm.log(@id,
|
||||
|
Loading…
x
Reference in New Issue
Block a user