Comment 2 for bug 1922767

Revision history for this message
Slawek Kaplonski (slaweq) wrote :

From what I see in the logs it seems that kill_scripts directory exists properly on the node: https://logserver.rdoproject.org/openstack-periodic-integration-stable1/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-centos-8-ovb-3ctlr_1comp-featureset035-wallaby/d94bf90/logs/undercloud/var/lib/neutron/kill_scripts/

And it is set on the dhcp agent's container's config: https://logserver.rdoproject.org/openstack-periodic-integration-stable1/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-centos-8-ovb-3ctlr_1comp-featureset035-wallaby/d94bf90/logs/undercloud/var/log/extra/podman/containers/neutron_dhcp/podman_info.log.txt.gz

            {
                "Type": "bind",
                "Source": "/var/lib/neutron/kill_scripts",
                "Destination": "/etc/neutron/kill_scripts",
                "Driver": "",
                "Mode": "",
                "Options": [
                    "rbind"
                ],
                "RW": true,
                "Propagation": "shared"
            },

So I don't understand why it's not available from the container for the dhcp agent.
I will investigate that issue and will also ask Brent for help with this.