Skip to content

Commit

Permalink
Merge pull request #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

(cherry picked from commit 91176bd)

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1808069
  • Loading branch information
agrare authored and simaishi committed Feb 27, 2020
1 parent 493fd76 commit e50bc89
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 e50bc89

Please sign in to comment.