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
Added by Nicolas CHARLES over 11 years ago
Added by Jonathan CLARKE over 11 years ago
Merge pull request #209 from ncharles/bug_4018/dev/limitation_on_uuid_lenght
Fixes #4018: increase the limitation on the read uuid file to 50 characters
Actions
Fixes #4018: increase the limitation on the read uuid file to 50 characters