Actions
Bug #7247
closedservice detection based on ps may not work for start/restart method
Pull Request:
Severity:
Major - prevents use of part of Rudder | no simple workaround
UX impact:
User visibility:
Getting started - demo | first install | level 1 Techniques
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
If I set to restart "sssd" service, but at the same time would have a process containing "sssd" in it's command line - like for example: watch -n1 "ls -l /somepath/sssd/" - it would make the method fail.
It actually doesn't really fail, it considers that the service is running already and that nothing should be done.
This gets easily in the way!
Actions