Zun not starting up
using kolla-ansible to deploy my environment, I added zun and kuryr and noticed that I got errors when trying to work on containers via horizon. Then I found out that the zun_compute container is restarting and wont boot up. Kuryr is fine though.
[root@kolla1 kolla]# docker ps |grep zun
0785e894c238 kolla/centos-source-zun-compute:rocky "dumb-init --single-c" 15 hours ago Restarting (1) 19 minutes ago zun_compute
27ea20e663f5 kolla/centos-source-zun-wsproxy:rocky "dumb-init --single-c" 34 hours ago Up 34 hours zun_wsproxy
3c82f29b23a3 kolla/centos-source-zun-api:rocky "dumb-init --single-c" 34 hours ago Up 34 hours zun_api
[root@kolla1 kolla]#
[root@kolla1 kolla]# docker ps |grep kur
e0fe62d4e052 kolla/centos-source-kuryr-libnetwork:rocky "dumb-init --single-c" 34 hours ago Up 34 hours kuryr
[root@kolla1 kolla]#
Tried restarting the containers but zun_compute still wont run. Logs also is not help as I don't see any relevant error messages.
Did you see any error message in the zun-compute log? You can get into the 'fluentd' container and find the log in /var/log/kolla/zun* . See here: https://docs.openstack.org/kolla-ansi...
I already saw the error on kolla logs and a possible cause is that i haven't setup docker on the node properly that's why zun is complaining
To clarify, you already figured out why the zun-compute container was restarting? or you still need help for that?
I was thinking that it might be related to this https://bugs.launchpad.net/kolla-ansi... as my controller is also a compute, I am redoing my environment to separate them.