Skip to content

Commit

Permalink
Use two-phase migration only for warm migration
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiendupont committed Feb 27, 2020
1 parent c771f4e commit 62ee3db
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 62ee3db

Please sign in to comment.