-
Notifications
You must be signed in to change notification settings - Fork 290
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
sentinel_26379 Start issue #166
Comments
@ranjeetranjan Could you please include the playbook which you used and the target distribution (Ubuntu, RedHat, etc.)? |
Its Centos -7 Here is my playbook.
Also please see my host file [redis-master] [redis-slave] [redis-sentinel] |
@DavidWittman , |
@DavidWittman |
@DavidWittman |
At first sight, I would say that the value of But it should not fail to start.. |
fatal: [172.104.5.7]: FAILED! => {"changed": false, "failed": true, "msg": "Unable to start service sentinel_26379: Job for sentinel_26379.service failed because the control process exited with error code. See "systemctl status sentinel_26379.service" and "journalctl -xe" for details.\n"}
root@redis-sentinel ~]# systemctl status sentinel_26379.service
● sentinel_26379.service - Advanced key-value store
Loaded: loaded (/etc/systemd/system/sentinel_26379.service; enabled; vendor preset: disabled)
Active: failed (Result: start-limit) since Tue 2017-05-16 02:55:45 IST; 37s ago
Docs: http://redis.io/documentation,
man:redis-sentinel(1)
Process: 8194 ExecStart=/opt/redis/bin/redis-server /etc/redis/sentinel_26379.conf --sentinel (code=exited, status=1/FAILURE)
May 16 02:55:45 redis-sentinel systemd[1]: sentinel_26379.service: control process exited, code=exited status=1
May 16 02:55:45 redis-sentinel systemd[1]: Failed to start Advanced key-value store.
May 16 02:55:45 redis-sentinel systemd[1]: Unit sentinel_26379.service entered failed state.
May 16 02:55:45 redis-sentinel systemd[1]: sentinel_26379.service failed.
May 16 02:55:45 redis-sentinel systemd[1]: sentinel_26379.service holdoff time over, scheduling restart.
May 16 02:55:45 redis-sentinel systemd[1]: start request repeated too quickly for sentinel_26379.service
May 16 02:55:45 redis-sentinel systemd[1]: Failed to start Advanced key-value store.
May 16 02:55:45 redis-sentinel systemd[1]: Unit sentinel_26379.service entered failed state.
May 16 02:55:45 redis-sentinel systemd[1]: sentinel_26379.service failed.
The text was updated successfully, but these errors were encountered: