+ COMMAND=start + start + mkdir -p /etc/dhcp/dhclient-enter-hooks.d + cat + chmod +x /etc/dhcp/dhclient-enter-hooks.d/nodns + cat + dhclient -v o-hm0 -cf /tmp/dhclient.conf Internet Systems Consortium DHCP Client 4.4.1 Copyright 2004-2018 Internet Systems Consortium. All rights reserved. For info, please visit https://www.isc.org/software/dhcp/ Listening on LPF/o-hm0/fa:16:3e:5f:49:af Sending on LPF/o-hm0/fa:16:3e:5f:49:af Sending on Socket/fallback DHCPDISCOVER on o-hm0 to 255.255.255.255 port 67 interval 3 (xid=0x76f09509) DHCPOFFER of 172.24.2.19 from 172.24.0.1 DHCPREQUEST for 172.24.2.19 on o-hm0 to 255.255.255.255 port 67 (xid=0x995f076) DHCPACK of 172.24.2.19 from 172.24.0.1 (xid=0x76f09509) bound to 172.24.2.19 -- renewal in 41367 seconds. + exec octavia-health-manager --config-file /etc/octavia/octavia.conf /var/lib/openstack/lib/python3.10/site-packages/wsme/protocol.py:3: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 2026-05-12 20:43:47.177 203748 INFO octavia.common.config [-] Logging enabled! 2026-05-12 20:43:47.178 203748 INFO octavia.common.config [-] /var/lib/openstack/bin/octavia-health-manager version 11.0.4.dev4 2026-05-12 20:43:47.260 203748 INFO octavia.cmd.health_manager [-] Health Manager listener process starts: 2026-05-12 20:43:47.263 203748 INFO octavia.cmd.health_manager [-] Health manager check process starts: 2026-05-12 20:43:47.266 204374 INFO octavia.amphorae.drivers.health.heartbeat_udp [-] attempting to listen on 0.0.0.0 port 5555 2026-05-12 21:16:29.067 381332 ERROR octavia.amphorae.drivers.health.heartbeat_udp [-] Health update for amphora db809570-9f98-4a28-96d0-cd16887f0cbb encountered error UPDATE statement on table 'listener' expected to update 1 row(s); 0 were matched.. Skipping health update.: sqlalchemy.orm.exc.StaleDataError: UPDATE statement on table 'listener' expected to update 1 row(s); 0 were matched. 2026-05-12 21:16:29.067 381332 ERROR octavia.amphorae.drivers.health.heartbeat_udp Traceback (most recent call last): 2026-05-12 21:16:29.067 381332 ERROR octavia.amphorae.drivers.health.heartbeat_udp File "/var/lib/openstack/lib/python3.10/site-packages/octavia/amphorae/drivers/health/heartbeat_udp.py", line 240, in update_health 2026-05-12 21:16:29.067 381332 ERROR octavia.amphorae.drivers.health.heartbeat_udp self._update_health(health, srcaddr) 2026-05-12 21:16:29.067 381332 ERROR octavia.amphorae.drivers.health.heartbeat_udp File "/var/lib/openstack/lib/python3.10/site-packages/octavia/amphorae/drivers/health/heartbeat_udp.py", line 475, in _update_health 2026-05-12 21:16:29.067 381332 ERROR octavia.amphorae.drivers.health.heartbeat_udp self._update_status( 2026-05-12 21:16:29.067 381332 ERROR octavia.amphorae.drivers.health.heartbeat_udp File "/var/lib/openstack/lib/python3.10/site-packages/octavia/amphorae/drivers/health/heartbeat_udp.py", line 233, in _update_status 2026-05-12 21:16:29.067 381332 ERROR octavia.amphorae.drivers.health.heartbeat_udp repo.update(session, entity_id, operating_status=new_op_status) 2026-05-12 21:16:29.067 381332 ERROR octavia.amphorae.drivers.health.heartbeat_udp File "/var/lib/openstack/lib/python3.10/site-packages/octavia/db/repositories.py", line 1195, in update 2026-05-12 21:16:29.067 381332 ERROR octavia.amphorae.drivers.health.heartbeat_udp with session.begin(subtransactions=True): 2026-05-12 21:16:29.067 381332 ERROR octavia.amphorae.drivers.health.heartbeat_udp File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/util.py", line 235, in __exit__ 2026-05-12 21:16:29.067 381332 ERROR octavia.amphorae.drivers.health.heartbeat_udp with util.safe_reraise(): 2026-05-12 21:16:29.067 381332 ERROR octavia.amphorae.drivers.health.heartbeat_udp File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/util/langhelpers.py", line 70, in __exit__ 2026-05-12 21:16:29.067 381332 ERROR octavia.amphorae.drivers.health.heartbeat_udp compat.raise_( 2026-05-12 21:16:29.067 381332 ERROR octavia.amphorae.drivers.health.heartbeat_udp File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/util/compat.py", line 208, in raise_ 2026-05-12 21:16:29.067 381332 ERROR octavia.amphorae.drivers.health.heartbeat_udp raise exception 2026-05-12 21:16:29.067 381332 ERROR octavia.amphorae.drivers.health.heartbeat_udp File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/engine/util.py", line 233, in __exit__ 2026-05-12 21:16:29.067 381332 ERROR octavia.amphorae.drivers.health.heartbeat_udp self.commit() 2026-05-12 21:16:29.067 381332 ERROR octavia.amphorae.drivers.health.heartbeat_udp File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 829, in commit 2026-05-12 21:16:29.067 381332 ERROR octavia.amphorae.drivers.health.heartbeat_udp self._prepare_impl() 2026-05-12 21:16:29.067 381332 ERROR octavia.amphorae.drivers.health.heartbeat_udp File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 808, in _prepare_impl 2026-05-12 21:16:29.067 381332 ERROR octavia.amphorae.drivers.health.heartbeat_udp self.session.flush() 2026-05-12 21:16:29.067 381332 ERROR octavia.amphorae.drivers.health.heartbeat_udp File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 3383, in flush 2026-05-12 21:16:29.067 381332 ERROR octavia.amphorae.drivers.health.heartbeat_udp self._flush(objects) 2026-05-12 21:16:29.067 381332 ERROR octavia.amphorae.drivers.health.heartbeat_udp File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 3522, in _flush 2026-05-12 21:16:29.067 381332 ERROR octavia.amphorae.drivers.health.heartbeat_udp with util.safe_reraise(): 2026-05-12 21:16:29.067 381332 ERROR octavia.amphorae.drivers.health.heartbeat_udp File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/util/langhelpers.py", line 70, in __exit__ 2026-05-12 21:16:29.067 381332 ERROR octavia.amphorae.drivers.health.heartbeat_udp compat.raise_( 2026-05-12 21:16:29.067 381332 ERROR octavia.amphorae.drivers.health.heartbeat_udp File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/util/compat.py", line 208, in raise_ 2026-05-12 21:16:29.067 381332 ERROR octavia.amphorae.drivers.health.heartbeat_udp raise exception 2026-05-12 21:16:29.067 381332 ERROR octavia.amphorae.drivers.health.heartbeat_udp File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 3483, in _flush 2026-05-12 21:16:29.067 381332 ERROR octavia.amphorae.drivers.health.heartbeat_udp flush_context.execute() 2026-05-12 21:16:29.067 381332 ERROR octavia.amphorae.drivers.health.heartbeat_udp File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/unitofwork.py", line 456, in execute 2026-05-12 21:16:29.067 381332 ERROR octavia.amphorae.drivers.health.heartbeat_udp rec.execute(self) 2026-05-12 21:16:29.067 381332 ERROR octavia.amphorae.drivers.health.heartbeat_udp File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/unitofwork.py", line 630, in execute 2026-05-12 21:16:29.067 381332 ERROR octavia.amphorae.drivers.health.heartbeat_udp util.preloaded.orm_persistence.save_obj( 2026-05-12 21:16:29.067 381332 ERROR octavia.amphorae.drivers.health.heartbeat_udp File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/persistence.py", line 237, in save_obj 2026-05-12 21:16:29.067 381332 ERROR octavia.amphorae.drivers.health.heartbeat_udp _emit_update_statements( 2026-05-12 21:16:29.067 381332 ERROR octavia.amphorae.drivers.health.heartbeat_udp File "/var/lib/openstack/lib/python3.10/site-packages/sqlalchemy/orm/persistence.py", line 1035, in _emit_update_statements 2026-05-12 21:16:29.067 381332 ERROR octavia.amphorae.drivers.health.heartbeat_udp raise orm_exc.StaleDataError( 2026-05-12 21:16:29.067 381332 ERROR octavia.amphorae.drivers.health.heartbeat_udp sqlalchemy.orm.exc.StaleDataError: UPDATE statement on table 'listener' expected to update 1 row(s); 0 were matched. 2026-05-12 21:16:29.067 381332 ERROR octavia.amphorae.drivers.health.heartbeat_udp