Actions
Bug #17083
closedTFTP orchestration is silently skipped when there is an AR error
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
If there is an ActiveRecord error during unattended/built orchestration (queue_tftp), the method silently does not enqueue TFTP orchestration. We should print the error in logs, otherwise it is impossible to investigate the root cause.
Symptoms are even more difficult to spot because due to bug #17082 no error is reported when unattended "built" REST API call fails, so the TFTP orchestration is silently ignored and hosts stays in provisioning loop.
Updated by Lukas Zapletal about 8 years ago
- Related to Bug #17082: New host form network tab validations are broken added
Updated by The Foreman Bot about 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/3969 added
Updated by Daniel Lobato Garcia about 8 years ago
- Target version changed from 1.5.2 to 1.4.3
Updated by Lukas Zapletal almost 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset c629492686e8450aa00317782245f79b66346617.
Actions