Project

General

Profile

Actions

Bug #7258

closed

Propagate backtraces in our orchestration code

Added by Lukas Zapletal over 9 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Orchestration
Target version:
-
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

We don't propagate backtraces correctly which makes things more difficult. For instance /usr/share/foreman/app/models/concerns/orchestration/tftp.rb on the line 82

81  rescue => e
82    failure _("Failed to...") % { :template_kind => os.template_kind, :e => e }
83  end

It should look like

82    failure _("Failed to...") % { :template_kind => os.template_kind, :e => e }, e

Let's review rest of the orchestration code.


Related issues 1 (0 open1 closed)

Is duplicate of Foreman - Bug #10713: Stop truncating backtracesClosedIvan Necas06/05/2015Actions
Actions #1

Updated by Anonymous almost 9 years ago

  • Status changed from New to Closed
Actions #2

Updated by Dominic Cleal almost 9 years ago

  • Is duplicate of Bug #10713: Stop truncating backtraces added
Actions

Also available in: Atom PDF