Actions
Bug #5231
closedAgent run may fail on nodes because some promises have not be correctly updated
Status:
Released
Priority:
1 (highest)
Assignee:
Jonathan CLARKE
Category:
System techniques
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
The check to know if the agent must copy the ncf promises from the server is based on mtime
But if we install the agent after the server (which is a quite common behaviour), the agent will not fetch existing file from the server, even if they are different (especially if you have a 2.10.3 server and 2.10.2 node, the node will not update its ncf_lib.cf)
Actions