Actions
Bug #6748
closedUnsigned inventories are not processed
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
When an unsigned inventory is sent, it is uncompressed before checking for signature.
If there is no signature, we wait a bit to be sure it is not sent later.
If another inventory is sent in the meantime, we have a compressed and an uncompressed inventory in the directory, which is not handled well.
Updated by Benoît PECCATTE over 9 years ago
- Status changed from New to In progress
- Assignee set to Benoît PECCATTE
Updated by Nicolas CHARLES over 9 years ago
there is also an issue with the detection of older file: -mmin -1 is not what we need, but rather mmin +1
Updated by Benoît PECCATTE over 9 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Benoît PECCATTE to Matthieu CERDA
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/692
Updated by Vincent MEMBRÉ over 9 years ago
- Target version changed from 3.1.0~rc1 to 3.1.0
Updated by Benoît PECCATTE over 9 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder-techniques|af746492a882e6179508c40ea802c2b008b7ad92.
Updated by Matthieu CERDA over 9 years ago
Applied in changeset rudder-techniques|ac88985c281cc82aedc8a25ca7cd376ad7f60c35.
Updated by Vincent MEMBRÉ over 9 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 3.1.0 which was released today.
- Announcement 3.1
- Changelog 3.1
- Download information: https://www.rudder-project.org/site/get-rudder/downloads/
Actions