Skip to content

Commit

Permalink
Merge pull request #566 from fdupont-redhat/v2v_state_machine_remove_…
Browse files Browse the repository at this point in the history
…collapse_snapshots

[V2V] Remove CollapseSnapshots state and methods

(cherry picked from commit 2e96f80)

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1767543
  • Loading branch information
gmcculloug authored and simaishi committed Oct 31, 2019
1 parent 48cd0f2 commit f8d1c45
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 53 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,3 @@ object:
on_error: /System/CommonMethods/MiqAe.WeightedUpdateStatus(weight => 40, description
=> "Power off", task_message => "Pre-migration")
max_retries: '20'
- State8:
value: "/Transformation/Infrastructure/VM/Common/CollapseSnapshots"
on_entry: /System/CommonMethods/MiqAe.WeightedUpdateStatus(weight => 40, description
=> "Collapse Snapshots", task_message => "Pre-migration")
on_exit: /System/CommonMethods/MiqAe.WeightedUpdateStatus(weight => 40, description
=> "Collapse Snapshots", task_message => "Pre-migration")
on_error: /System/CommonMethods/MiqAe.WeightedUpdateStatus(weight => 40, description
=> "Collapse Snapshots", task_message => "Pre-migration")

0 comments on commit f8d1c45

Please sign in to comment.