Project

General

Profile

Actions

Bug #14692

closed

Rudder agent check does not repair policies if they are broken

Added by Nicolas CHARLES about 5 years ago. Updated almost 5 years ago.

Status:
Released
Priority:
N/A
Category:
Agent
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:

Description

I volontarly corrupted policies and ran rudder agent check

Output is

# rudder agent check
WARNING: No disable file detected and no agent executor process either. Restarting agent service...ok: stop service rudder-agent succeeded
ok: start service rudder-agent succeeded
 Done
/var/rudder/cfengine-community/inputs/promises.cf:18:4: error: syntax error
iii
   ^
/var/rudder/cfengine-community/inputs/promises.cf:18:4: error: Expected 'bundle' or 'body' keyword, wrong input 'iii'
iii
   ^
   error: There are syntax errors in policy files
ok: Rudder agent check ran without errors.

cf-promises does return exit code 1, but

# /var/rudder/cfengine-community/bin/cf-promises | grep error
/var/rudder/cfengine-community/inputs/promises.cf:18:4: error: syntax error
iii
   ^
/var/rudder/cfengine-community/inputs/promises.cf:18:4: error: Expected 'bundle' or 'body' keyword, wrong input 'iii'
iii
   ^
   error: There are syntax errors in policy files
root@agent1:/home/vagrant# echo $?
1

errors are now in stderr rather than in stdout, so grep fails (but we could get exit code)

we could also use stderr in

# /var/rudder/cfengine-community/bin/cf-promises 2>&1  | grep error
/var/rudder/cfengine-community/inputs/promises.cf:18:4: error: syntax error
/var/rudder/cfengine-community/inputs/promises.cf:18:4: error: Expected 'bundle' or 'body' keyword, wrong input 'iii'
   error: There are syntax errors in policy files
root@agent1:/home/vagrant# echo $?
0


Related issues 3 (1 open2 closed)

Related to Rudder - Bug #14171: 'rudder-cf-execd' and 'rudder-cf-serverd' in status 'inactive (dead)'RejectedNicolas CHARLESActions
Related to Rudder - Bug #14061: Agent run errors are not outputed on stderr anymoreReleasedBenoît PECCATTEActions
Related to Rudder - Enhancement #14853: If policies are broken on the Rudder Server Root, they won't be repaired until a new policy generation NewActions
Actions

Also available in: Atom PDF