Skip to content

Commit

Permalink
Merge pull request ManageIQ#19880 from fdupont-redhat/v2v_fix_bz_1807770
Browse files Browse the repository at this point in the history
[V2V] Use two-phase migration only for warm migration
  • Loading branch information
agrare committed Feb 27, 2020
2 parents 3e6842b + 62ee3db commit 91176bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/service_template_transformation_plan_task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ def conversion_options_source_provider_vmwarews_vddk(_storage)
:query => { :no_verify => 1 }.to_query
).to_s,
:vmware_password => source.host.authentication_password,
:two_phase => true,
:two_phase => warm_migration?,
:warm => warm_migration?,
:daemonize => false
}
Expand Down

0 comments on commit 91176bd

Please sign in to comment.