Applicable to:
- SolusVM
Symptoms
- CR has Unavailable status at SolusIO > Compute Resources
- The following error can be found in /var/log/solus/agent.log on Compute Resource:
CONFIG_TEXT: connection to rabbitmq failed. Retrying in 1 sec: read tcp [203.0.113.2]:57698->[203.0.113.2]:5671: i/o timeout
Cause
Firewall zones and interfaces for SolusIO docker containers are not initiated on SolusIO management node:
# firewall-cmd --get-active-zones
#
Resolution
- Connect to SolusIO management node via SSH
- Redeploy SolusIO docker stack with the commands:
# docker stack rm solus
# systemctl restart docker
# docker stack deploy --with-registry-auth -c /usr/local/solus/config/stack.yml solus
Comments
0 commentsPlease sign in to leave a comment.