Skip to content
New issue

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

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redis restart fails when password changes #2548

Closed
pjsharpe07 opened this issue Dec 10, 2020 · 2 comments
Closed

Redis restart fails when password changes #2548

pjsharpe07 opened this issue Dec 10, 2020 · 2 comments

Comments

@pjsharpe07
Copy link
Contributor

How to reproduce

If the redis password gets changed, then the service fails to restart/pickup the new password change. This leaves the harvester in a bad state - specifically the harvester_run will fail due to a redis password error. This issue is documented upstream.

Expected behavior

When we change the redis password and run the playbooks, then the new password is recognized and all services are running as expected.

Actual behavior

When we change the redis password and run the playbooks it puts the harvester in a bad state - and there may be other unrecognized issues as well.

@chris-macdermaid
Copy link
Contributor

A work around is to log into the server running redis and kill the redis process by running 'kill ' Redis will not be stopped by running 'service redis stop'

@nickumia-reisys
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants