Skip to content

Commit

Permalink
Merge pull request #18524 from fdupont-redhat/v2v_download_log_task_p…
Browse files Browse the repository at this point in the history
…riority

[V2V] Use default queue priority for log download

(cherry picked from commit 335fa68)

https://bugzilla.redhat.com/show_bug.cgi?id=1686045
  • Loading branch information
agrare authored and simaishi committed Mar 6, 2019
1 parent 10259fb commit c3313d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/service_template_transformation_plan_task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ def transformation_log_queue(userid = nil, log_type = 'v2v')
queue_options = {:class_name => self.class,
:method_name => 'transformation_log',
:instance_id => id,
:priority => MiqQueue::HIGH_PRIORITY,
:args => [log_type],
:zone => conversion_host.resource.my_zone}
MiqTask.generic_action_with_callback(options, queue_options)
Expand Down

0 comments on commit c3313d1

Please sign in to comment.