Skip to content

Commit

Permalink
Merge pull request #568 from fdupont-redhat/v2v_state_machine_shutdown
Browse files Browse the repository at this point in the history
[V2V] Remove PowerOff state

(cherry picked from commit 0f27ca7)

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1767545
  • Loading branch information
gmcculloug authored and simaishi committed Oct 31, 2019
1 parent 26def1d commit 1f4748a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 77 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@ object:
on_error: /System/CommonMethods/MiqAe.WeightedUpdateStatus(weight => 1, description
=> "Waiting for Handover", task_message => "Pre-migration")
max_retries: '86400'
- State8:
value: "/Transformation/StateMachines/VMTransformation/PreTransform?state_ancestry=${#state_ancestry}/${#ae_state}"
on_entry: /System/CommonMethods/MiqAe.WeightedUpdateStatus(weight => 2, description
=> "Pre Transform VM")
on_exit: /System/CommonMethods/MiqAe.WeightedUpdateStatus(weight => 2, description
=> "Pre Transform VM")
on_error: /System/CommonMethods/MiqAe.WeightedUpdateStatus(weight => 2, description
=> "Pre Transform VM")
- State11:
value: "/Transformation/StateMachines/VMTransformation/Transform?state_ancestry=${#state_ancestry}/${#ae_state}"
on_entry: /System/CommonMethods/MiqAe.WeightedUpdateStatus(weight => 85, description
Expand Down

0 comments on commit 1f4748a

Please sign in to comment.