Skip to content

Commit

Permalink
Merge pull request #569 from fdupont-redhat/v2v_state_machine_transfo…
Browse files Browse the repository at this point in the history
…rm_vm

[V2V] Remove VMTransform and VMCheckTransformed states

(cherry picked from commit 3b0e6b2)

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1767542
  • Loading branch information
gmcculloug authored and simaishi committed Feb 21, 2020
1 parent 3e9a1fd commit ee6ec2c
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 267 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,6 @@ object:
inherits:
description:
fields:
- State2:
value: "/Transformation/Common/VMTransform"
on_entry: /System/CommonMethods/MiqAe.WeightedUpdateStatus(weight => 5, description
=> "Convert disks", task_message => "Migrating")
on_exit: /System/CommonMethods/MiqAe.WeightedUpdateStatus(weight => 5, description
=> "Convert disks", task_message => "Migrating")
on_error: /System/CommonMethods/MiqAe.WeightedUpdateStatus(weight => 5, description
=> "Convert disks", task_message => "Migrating")
- State5:
value: "/Transformation/Common/VMCheckTransformed"
on_entry: /System/CommonMethods/MiqAe.WeightedUpdateStatus(weight => 80, description
=> "Convert disks", task_message => "Migrating")
on_exit: /System/CommonMethods/MiqAe.WeightedUpdateStatus(weight => 80, description
=> "Convert disks", task_message => "Migrating")
on_error: /System/CommonMethods/MiqAe.WeightedUpdateStatus(weight => 80, description
=> "Convert disks", task_message => "Migrating")
max_retries: '1500'
- State8:
value: "/Transformation/Infrastructure/VM/Common/CheckVmInInventory"
on_entry: /System/CommonMethods/MiqAe.WeightedUpdateStatus(weight => 15, description
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit ee6ec2c

Please sign in to comment.