Comment 9 for bug 1829516

Revision history for this message
Ajith Rajan (ajithrajan) wrote :

Thank you for the details and commands.

I couldn't see much from the api or compute logs. Below is the output.

tail -50 zun-compute.log

May 20 17:11:11 ostk-node2 systemd[1]: Stopping OpenStack Container Service Compute Agent...
May 20 17:11:17 ostk-node2 systemd[1]: Stopped OpenStack Container Service Compute Agent.
May 20 17:11:17 ostk-node2 systemd[1]: Started OpenStack Container Service Compute Agent.
May 22 11:07:19 ostk-node2 systemd[1]: Stopping OpenStack Container Service Compute Agent...
May 22 11:07:26 ostk-node2 systemd[1]: Stopped OpenStack Container Service Compute Agent.
May 22 11:07:26 ostk-node2 systemd[1]: Started OpenStack Container Service Compute Agent.
May 22 12:03:18 ostk-node2 systemd[1]: Stopping OpenStack Container Service Compute Agent...
May 22 12:03:45 ostk-node2 systemd[1]: Stopped OpenStack Container Service Compute Agent.
May 22 12:03:45 ostk-node2 systemd[1]: Started OpenStack Container Service Compute Agent.
May 22 12:08:31 ostk-node2 systemd[1]: Stopping OpenStack Container Service Compute Agent...
May 22 12:08:32 ostk-node2 systemd[1]: Stopped OpenStack Container Service Compute Agent.
May 22 12:08:32 ostk-node2 systemd[1]: Started OpenStack Container Service Compute Agent.
May 22 12:34:03 ostk-node2 systemd[1]: Stopping OpenStack Container Service Compute Agent...
May 22 12:34:06 ostk-node2 systemd[1]: Stopped OpenStack Container Service Compute Agent.
May 22 12:34:06 ostk-node2 systemd[1]: Started OpenStack Container Service Compute Agent.
[root@ostk-node2 ~]# date
Wed May 22 12:51:23 IST 2019

tail -50 zun-api.log

May 20 14:14:26 ostk-node1 systemd[1]: Stopped OpenStack Container Service API.
May 20 14:14:26 ostk-node1 systemd[1]: Started OpenStack Container Service API.
May 20 17:10:46 ostk-node1 systemd[1]: Stopping OpenStack Container Service API...
May 20 17:10:46 ostk-node1 systemd[1]: Stopped OpenStack Container Service API.
May 20 17:10:46 ostk-node1 systemd[1]: Started OpenStack Container Service API.
May 22 11:07:01 ostk-node1 systemd[1]: Stopping OpenStack Container Service API...
May 22 11:07:02 ostk-node1 systemd[1]: Stopped OpenStack Container Service API.
May 22 11:07:02 ostk-node1 systemd[1]: Started OpenStack Container Service API.
May 22 11:11:50 ostk-node1 systemd[1]: Stopping OpenStack Container Service API...
May 22 11:11:50 ostk-node1 systemd[1]: Stopped OpenStack Container Service API.
May 22 11:11:50 ostk-node1 systemd[1]: Started OpenStack Container Service API.
May 22 12:03:36 ostk-node1 systemd[1]: Stopping OpenStack Container Service API...
May 22 12:03:36 ostk-node1 systemd[1]: Stopped OpenStack Container Service API.
May 22 12:03:36 ostk-node1 systemd[1]: Started OpenStack Container Service API.
May 22 12:08:39 ostk-node1 systemd[1]: Stopping OpenStack Container Service API...
May 22 12:08:39 ostk-node1 systemd[1]: Stopped OpenStack Container Service API.
May 22 12:08:39 ostk-node1 systemd[1]: Started OpenStack Container Service API.
[root@ostk-node1 dashboard(keystone_user)]# date
Wed May 22 12:52:26 IST 2019

One thing I doubt when I did a search for the path dashboard/project/container/containers is that this path doesn't exists as such. I am not sure if there is redirection in code which actually gets to the required path from this absolute path. This is what I found when I did a search for containers directory.

[root@ostk-node1 project(keystone_user)]# find / -name containers -type d
/usr/lib/python2.7/site-packages/zun_ui/content/container/containers
/usr/lib/python2.7/site-packages/zun_ui/static/dashboard/container/containers
/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/containers
/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/containers/templates/containers
/usr/share/openstack-dashboard/openstack_dashboard/dashboards/project/static/dashboard/project/containers
/usr/share/openstack-dashboard/static/dashboard/project/containers
/usr/share/openstack-dashboard/static/dashboard/container/containers

Is this a problem ?