Actions
Bug #23424
closedMake writing node state to fact repos optionnal
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
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 about 1 year ago
- Related to Enhancement #23045: Make commiting nodes to fact-repo optionnal added
Updated by François ARMAND about 1 year ago
- Subject changed from Make writing to fact repos optionnal to Make writing node state to fact repos optionnal
Updated by François ARMAND about 1 year ago
- Status changed from New to In progress
Updated by François ARMAND about 1 year 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 about 1 year ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|d3336802c14e3b2ff4fe59c7545f12c4329339e5.
Updated by Vincent MEMBRÉ about 1 year ago
- Target version changed from 1046 to 7.2.11
Updated by Vincent MEMBRÉ about 1 year 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