Actions
Bug #11102
closedParent fix does not work: Fusioninventory is not tracked by check-rudder-health
Pull Request:
Severity:
Major - prevents use of part of Rudder | no simple workaround
UX impact:
User visibility:
Operational - other Techniques | Technique editor | Rudder settings
Effort required:
Priority:
0
Name check:
Fix check:
Checked
Regression:
No
Description
With several stuck inventories:
orchestrateur-3:~ # ps -ef | grep -E "(cf-execd|cf-agent)" | grep -v grep | cat | awk 'BEGIN { OFS=" "} {print -$2 }' -2157 -2394 -2623 -2813 -3061 -3249 orchestrateur-3:~ # ps -ef | grep -E "(cf-execd|cf-agent)" | grep -v grep | cat | awk 'BEGIN { OFS=" "} {print -$2 }' | xargs kill -9 kill: -2157: No such process kill: -2394: No such process kill: -2623: No such process kill: -2813: No such process kill: -3061: No such process kill: -3249: No such process
Works with cf-execd though.
Files
Updated by Benoît PECCATTE over 7 years ago
- Subject changed from Parent fix does not worrk to Parent fix does not work: Fusioninventory is not tracked by check-rudder-health
- Severity set to Major - prevents use of part of Rudder | no simple workaround
- User visibility set to Operational - other Techniques | Technique editor | Rudder settings
- Priority changed from 0 to 52
We should look at the patch: it chrashes
We should look at the original problem: the patch doesn't check fusion processes at all
Updated by Benoît PECCATTE about 2 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Benoît PECCATTE to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder-agent/pull/373
Updated by Benoît PECCATTE about 2 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-agent|0cf081d799a6b452fadf628b8bd2d70fef03bd21.
Actions
#49
Updated by François ARMAND about 2 years ago
- File clipboard-202303241752-jzwxi.png clipboard-202303241752-jzwxi.png added
- File clipboard-202303241752-bxhxn.png clipboard-202303241752-bxhxn.png added
I think it's still not corrected:
- I can only start one inventory at the same time, on subsequent rudder agent inventory
I get "an inventory already running, skipping"
- after some minutes, the running inventory is killed
- but I still have the lower process (the sleep) that is not killed
Updated by François ARMAND about 2 years ago
It's OK for that patch release, opening #22531 for remaining problems
Updated by Vincent MEMBRÉ about 2 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 7.2.5 which was released today.
Actions