Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

pmlogger: Ensure that pmlogger starts after pmcd. #3

Merged
merged 2 commits into from Feb 25, 2015

Conversation

Projects
None yet
2 participants
Contributor

mvollmer commented Feb 25, 2015

When pmlogger and pmcd are started at the same time by systemd (as
happens during system boot), we need to make sure that pmlogger is not
activated before pmcd is ready to accept connections from clients.

mvollmer added some commits Feb 25, 2015

pmlogger: Ensure that pmlogger starts after pmcd.
When pmlogger and pmcd are started at the same time by systemd (as
happens during system boot), we need to make sure that pmlogger is not
activated before pmcd is ready to accept connections from clients.

https://bugzilla.redhat.com/show_bug.cgi?id=1185760

kmcdonell added a commit that referenced this pull request Feb 25, 2015

Merge pull request #3 from mvollmer/pmlogger-after-pmcd
pmlogger: Ensure that pmlogger starts after pmcd.

@kmcdonell kmcdonell merged commit db8d2d4 into performancecopilot:master Feb 25, 2015

Contributor

kmcdonell commented Feb 25, 2015

We have a similar issue for the pmie service script. I'll fix that through the regular PCP source tree and it will flow to github in due course.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment