Actions
Bug #9415
closedUser story #1808: Add an Audit mode to Rudder: only check properties, no modification on nodes
Nodes have several open nodeconfigurations
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
Web - Compliance & node report
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
On my test machine, I get to the situation where nodes have several opened expected node configurations:
rudder=> select nodeid, nodeconfigid, begindate, enddate from nodeconfigurations where nodeid = '00000010-55a2-4b97-8529-5154cbb63a18' and enddate is null; nodeid | nodeconfigid | begindate | enddate --------------------------------------+--------------+----------------------------+--------- 00000010-55a2-4b97-8529-5154cbb63a18 | 4f920c3b | 2016-10-18 03:16:35.582+02 | 00000010-55a2-4b97-8529-5154cbb63a18 | 4f920c3b | 2016-10-18 03:16:41.431+02 | 00000010-55a2-4b97-8529-5154cbb63a18 | 4f920c3b | 2016-10-18 03:20:07.635+02 | 00000010-55a2-4b97-8529-5154cbb63a18 | 4f920c3b | 2016-10-18 03:27:41.337+02 | 00000010-55a2-4b97-8529-5154cbb63a18 | 4f920c3b | 2016-10-18 03:04:54.63+02 | 00000010-55a2-4b97-8529-5154cbb63a18 | 4f920c3b | 2016-10-18 03:05:32.522+02 |
It does not seem to lead to user viewable error, but it means that something is broken in the logic which update node configurations.
Updated by François ARMAND about 8 years ago
- Translation missing: en.field_tag_list set to Blocking 4.0
Updated by François ARMAND about 8 years ago
- Related to Architecture #9315: Update DB schema of expected reports to store policy mode added
Updated by François ARMAND about 8 years ago
- Related to Bug #9444: When accepting 100 nodes, I randomly get multiple policy generation added
Updated by François ARMAND about 8 years ago
- Status changed from New to In progress
Updated by François ARMAND about 8 years 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/1307
Updated by François ARMAND about 8 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder|42f6c7f95057e2e4151e70d7efe6be6dad5b2d51.
Updated by Vincent MEMBRÉ about 8 years ago
- Target version changed from 318 to 4.0.0~rc2
Updated by Vincent MEMBRÉ about 8 years ago
- Target version changed from 4.0.0~rc2 to 4.0.0~rc1
Updated by Vincent MEMBRÉ about 8 years ago
- Related to deleted (Architecture #9315: Update DB schema of expected reports to store policy mode)
Updated by Alexis Mousset about 8 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 4.0.0 which was released the 10th November 2016.
Actions