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

Feature #2958: Add PROLOG_RESUME and UNDEPLOY to the recoverable states

This commit is contained in:
Jaime Melis 2015-05-08 17:49:55 +02:00
parent 8c93554159
commit b313ab7044

View File

@ -325,6 +325,8 @@ class OneVMHelper < OpenNebulaHelper::OneHelper
:PROLOG_MIGRATE_POWEROFF_FAILURE => :migrate,
:PROLOG_MIGRATE_SUSPEND_FAILURE => :migrate,
:PROLOG_FAILURE => :prolog,
:PROLOG_RESUME_FAILURE => :resume,
:PROLOG_UNDEPLOY_FAILURE => :resume,
:EPILOG_FAILURE => :epilog,
:EPILOG_STOP_FAILURE => :stop,
:EPILOG_UNDEPLOY_FAILURE => :stop
@ -420,8 +422,9 @@ class OneVMHelper < OpenNebulaHelper::OneHelper
end
end
puts "Sending RECOVER SUCCESS"
vm.recover(1)
puts "If all the TM actions have been successful and you want to"
puts "recover the Virtual Machine to the RUNNING state execute this command:"
puts "$ onevm recover #{vm.id} --success"
end
def print_tm_action_list