| Summary: | [Improvement] postgres logfiles to have timestamps | ||
|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Pavel Moravec <pmoravec> |
| Component: | Installer | Assignee: | Chris Roberts <chrobert> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Katello QA List <katello-qa-list> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.1.6 | CC: | chrobert |
| Target Milestone: | Unspecified | Keywords: | Triaged |
| Target Release: | Unused | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-09-07 15:33:18 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Pavel Moravec
2016-03-01 11:38:41 UTC
Moving 6.2 bugs out to sat-backlog. Moving 6.2 bugs out to sat-backlog. This seems to be fixed due to some side-effect bugfix/improvement. Since I see:
# head /var/lib/pgsql/data/pg_log/postgresql-Thu.log -n2
2016-08-04 13:37:36 CEST ERROR: duplicate key value violates unique constraint "dynflow_coordinator_records_pkey"
2016-08-04 13:37:36 CEST DETAIL: Key (id, class)=(delayed-executor, Dynflow::Coordinator::DelayedExecutorLock) already exists.
#
and:
# grep -r log_line_prefix /usr/share/foreman-installer/
/usr/share/foreman-installer/modules/postgresql/manifests/globals.pp: $log_line_prefix = undef,
/usr/share/foreman-installer/modules/postgresql/manifests/params.pp: $log_line_prefix = '%t '
/usr/share/foreman-installer/modules/postgresql/manifests/server/config.pp: $log_line_prefix = $postgresql::server::log_line_prefix
/usr/share/foreman-installer/modules/postgresql/manifests/server/config.pp: if $log_line_prefix {
/usr/share/foreman-installer/modules/postgresql/manifests/server/config.pp: postgresql::server::config_entry {'log_line_prefix':
/usr/share/foreman-installer/modules/postgresql/manifests/server/config.pp: value => $log_line_prefix,
/usr/share/foreman-installer/modules/postgresql/manifests/server.pp: $log_line_prefix = $postgresql::params::log_line_prefix,
#
So from my point of view, the BZ can be closed as fixed in 6.2.
Do you agree, Chris/Toledo?
Hi Pavel, I agree with the fix in 6.2 I will close this one. pmoravec++ - Chris Roberts |