Actions
Bug #13769
closedSSH provisioning fails when sql logging level is set to 'error'
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
Current logger calls return `true`|`false` depending whether the current level
allows the logging message or not.
In the orchestration, we happened to have the logger call as the last
call of the orchestration method (https://github.com/theforeman/foreman/blob/1.10.1/app/models/concerns/orchestration/ssh_provision.rb#L66).
When the method returns non-true value, it's considered as failure and the whole thing
tries to get rollbacked.
Updated by Ivan Necas almost 9 years ago
- Related to Bug #13771: Failure in after_commit orchestration is very hard to debug added
Updated by Ivan Necas almost 9 years ago
- Related to Tracker #14002: Orchestration build around ActiveRecord hooks tracker added
Updated by Ivan Necas almost 9 years ago
- Related to Bug #14004: After_commit failure doesn't handle the rollback for the actions performed from the pre_commit phase and active record objects added
Updated by The Foreman Bot almost 9 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ivan Necas
- Pull request https://github.com/theforeman/foreman/pull/3269 added
Updated by Dominic Cleal about 8 years ago
- Status changed from Ready For Testing to New
- Assignee deleted (
Ivan Necas) - Pull request deleted (
https://github.com/theforeman/foreman/pull/3269)
Issue likely still present, but PR closed due to inactivity.
Updated by The Foreman Bot almost 8 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ivan Necas
- Pull request https://github.com/theforeman/foreman/pull/4262 added
Updated by Ivan Necas almost 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset a4e1e08ceb388e9749fceee8ae4487ab3c76c105.
Updated by Dominic Cleal almost 8 years ago
- Translation missing: en.field_release set to 221
Actions