Actions
Bug #4966
closedDate/time is not defined on all reports in failsafe.cf from initial promises
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
The common bundle "g" contains a load of globally uses variables across our CFEngine promises. One of them is "execDate" which contains the date/time that we include in all Rudder reports. This is in failsafe.cf and site.cf. However, the failsafe.cf from initial-promises is missing this variable.
This results in log lines like these:
2014-06-09T06:08:01-0400 notice: R: @@Common@@result_error@@hasPolicyServer-root@@common-root@@00@@Update@@None@@${g.execRun}##be933c39-8781-4298-8ca5-9d5b6843ecbe@#Cannot update common Rudder ncf instance 2014-06-09T06:08:01-0400 notice: R: @@Common@@result_error@@hasPolicyServer-root@@common-root@@00@@Update@@None@@${g.execRun}##be933c39-8781-4298-8ca5-9d5b6843ecbe@#Cannot update local Rudder ncf instance 2014-06-09T06:08:01-0400 notice: R: @@Common@@result_error@@hasPolicyServer-root@@common-root@@00@@Update@@None@@${g.execRun}##be933c39-8781-4298-8ca5-9d5b6843ecbe@#Cannot update node's policy
Updated by Jonathan CLARKE over 10 years ago
- Status changed from New to Pending technical review
- Assignee changed from Jonathan CLARKE to Nicolas CHARLES
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/397
Updated by Jonathan CLARKE over 10 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset policy-templates:commit:e167a1f0d7727014bf0aa5c792497bf688c4c460.
Updated by Vincent MEMBRÉ over 10 years ago
- Subject changed from failsafe.cf in initial-promises doesn't have a "execDate" variable, causing all reports to not contain the date/time to All reports in initial promises share the same date/time
Updated by Vincent MEMBRÉ over 10 years ago
- Subject changed from All reports in initial promises share the same date/time to Date/time is not defined on all reports in failsafe.cf from initial promises
Updated by Vincent MEMBRÉ over 10 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder versions that were released today.
- 2.6.14 (announcement , changelog)
- 2.9.6 (announcement , changelog)
- 2.10.2 (announcement , changelog)
- Download information: https://www.rudder-project.org/site/get-rudder/downloads/
Actions