Actions
Bug #4018
closedReporting is never caught if the Rudder server UUID (/var/rudder/tmp/uuid.txt) was more than 33 characters long
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
A typical uuid is around 37 characters, however the promises that generate the inventory wrongly truncate them to 33 :(
We have to raise this limit
Updated by Nicolas CHARLES about 11 years ago
- Status changed from New to Pending technical review
- Assignee set to Jonathan CLARKE
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/209
I choose 50 as it is the length used at the top of the promise to check the uuid validity
Updated by Nicolas CHARLES about 11 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset policy-templates:commit:a7b2e564cfb339b86c0ddcefb84690e9e3b483fc.
Updated by Jonathan CLARKE about 11 years ago
Applied in changeset policy-templates:commit:d6ab436496acee5d8c5635ebe4fafd3eee1c8bcd.
Updated by Nicolas PERRON about 11 years ago
- Subject changed from The inventory promises truncate the policy server uuid to 33 characters to Reporting is never caught if the Rudder server hostname was more than 33 characters long
Updated by Nicolas PERRON about 11 years ago
- Subject changed from Reporting is never caught if the Rudder server hostname was more than 33 characters long to Reporting is never caught if the Rudder server UUID (/var/rudder/tmp/uuid.txt) was more than 33 characters long
Updated by Nicolas PERRON about 11 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 2.4.12 which was released today.
Check out:
- The release announcement: http://www.rudder-project.org/pipermail/rudder-announce/2013-November/000061.html
- The full ChangeLog: http://www.rudder-project.org/foswiki/bin/view/System/Documentation:ChangeLog24
- Download information: https://www.rudder-project.org/site/get-rudder/downloads/
Actions