Bug #7086
closedPromise copy is not convergent: if the copy is interupted, it will never recover
Description
- copy the file containing the timestamp of the last generated promises
- copy the promises if 1 has been repaired
If 2 is somehow interrupted, at the next run 1 will not be done again, and 2 will not start again, resulting in the false belief that promises are correct
1 should be only a check, no real copy, then 2 should be done (2 include also 1)
Updated by Vincent MEMBRÉ over 9 years ago
- Target version changed from 2.10.16 to 2.10.17
Updated by Nicolas CHARLES about 9 years ago
- Status changed from New to Pending technical review
- Assignee set to Matthieu CERDA
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/737/files
Updated by Francois BAYART about 9 years ago
Nicolas CHARLES wrote:
https://github.com/Normation/rudder-techniques/pull/737/files
is it possible to use it on agent 3.0.6 and 3.1.1 ?
If yes, could you explain the step pleace ?
I'm very interested to test it ;)
Updated by Nicolas CHARLES about 9 years ago
Francois BAYART wrote:
Nicolas CHARLES wrote:
https://github.com/Normation/rudder-techniques/pull/737/files
is it possible to use it on agent 3.0.6 and 3.1.1 ?
If yes, could you explain the step pleace ?I'm very interested to test it ;)
To use this commit, you simply have to:
- copy the file techniques/system/common/1.0/update.st of the PR to your rudder server /var/rudder/configuration-repository/techniques/techniques/system/common/1.0/update.st
- in this folder, run git add . && git commit m "Make copy of promise convergent" On the webapp, go to the Administration/Setting page, and click on "Update techniques now"
Updated by Nicolas CHARLES about 9 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder-techniques|3b1dcc845a148bda7586fe8b6749a608f182b0c5.
Updated by Matthieu CERDA about 9 years ago
Applied in changeset rudder-techniques|c0d5d7f88bc269845221fe90a0964030d3f9fe71.
Updated by Vincent MEMBRÉ about 9 years ago
- Status changed from Pending release to Released
Updated by Jonathan CLARKE almost 9 years ago
- Related to Bug #7472: Promise copy is not convergent: if the copy is interupted, it will never recover (3.2 branch) added
Updated by Alexis Mousset almost 9 years ago
- Related to Bug #7796: Rudder agent does not detect when promise copy failed added