Actions
Bug #23424
closedMake writing node state to fact repos optionnal
Effort required:
Priority:
0
Regression:
No
Description
In #23045 we gave the possibility to not write to commit to fact repo. To limit I/O, we may want to totally disable writing node change.
Option would be:
rudder.facts.repo.writeNodeState=false # totally disable writing node change (new default used if property is not in the config file and so for migration) rudder.facts.repo.writeNodeState=true # enable, commit in git is managed by the previous property 'rudder.facts.repo.historizeNodeChange'
Updated by François ARMAND 12 days ago
- Related to Enhancement #23045: Make commiting nodes to fact-repo optionnal added
Updated by François ARMAND 12 days ago
- Subject changed from Make writing to fact repos optionnal to Make writing node state to fact repos optionnal
Updated by François ARMAND 12 days ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Nicolas CHARLES
- Pull Request set to https://github.com/Normation/rudder/pull/5039
Updated by Anonymous 11 days ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|d3336802c14e3b2ff4fe59c7545f12c4329339e5.
Updated by Vincent MEMBRÉ 7 days ago
- Target version changed from 7.2.12 to 7.2.11
Updated by Vincent MEMBRÉ 6 days ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 7.2.11 and 7.3.7 which were released today.
Actions