Bug 2045082
Summary: | oslo_config.cfg.DuplicateOptError: duplicate option: host | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Pavel Sedlák <psedlak> |
Component: | python-networking-ovn | Assignee: | Rodolfo Alonso <ralonsoh> |
Status: | CLOSED ERRATA | QA Contact: | Eran Kuris <ekuris> |
Severity: | urgent | Docs Contact: | |
Priority: | urgent | ||
Version: | 16.1 (Train) | CC: | afazekas, apevec, bbonguar, froyo, gthiemon, ihrachys, itbrown, lhh, lpeer, ltomasbo, majopela, mgarciac, njohnston, oblaut, ralonsoh, rhos-maint, scohen, shrjoshi, spower |
Target Milestone: | z8 | Keywords: | AutomationBlocker, Triaged |
Target Release: | 16.1 (Train on RHEL 8.2) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | python-networking-ovn-7.3.1-1.20220113183502.el8ost | Doc Type: | No Doc Update |
Doc Text: | Story Points: | --- | |
Clone Of: | 1972254 | Environment: | |
Last Closed: | 2022-03-24 11:03:21 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1972254 | ||
Bug Blocks: |
Description
Pavel Sedlák
2022-01-25 15:09:39 UTC
Requests to OC neutron are failing with: "HttpException: 503: Server Error for url: http://10.0.0.116:9696/v2.0/networks, 503 Service Unavailable: No server is available to handle this request." neutron@controller-0 server.log shows these critical & errors: > 2022-02-02 14:45:17.882 7 INFO neutron.service [req-5e76c186-2908-4edf-90a0-09105bcb3f0f - - - - -] Neutron service started, listening on 172.17.1.146:9696 > 2022-02-02 14:45:17.883 7 DEBUG neutron_lib.callbacks.manager [req-5e76c186-2908-4edf-90a0-09105bcb3f0f - - - - -] Notify callbacks ['networking_ovn.ml2.mech_driver.OVNMechanismDriver.pre_fork_initialize--9223372036586778410'] for process, before_spawn _notify_loop /usr/lib/python3.6/site-packages/neutron_lib/callbacks/manager.py:193 > 2022-02-02 14:45:17.884 29 DEBUG neutron_lib.callbacks.manager [-] Notify callbacks ['networking_ovn.ml2.mech_driver.OVNMechanismDriver.post_fork_initialize-267997439'] for process, after_init _notify_loop /usr/lib/python3.6/site-packages/neutron_lib/callbacks/manager.py:193 > 2022-02-02 14:45:17.889 28 DEBUG neutron_lib.callbacks.manager [-] Notify callbacks ['networking_ovn.ml2.mech_driver.OVNMechanismDriver.post_fork_initialize-267997439'] for process, after_init _notify_loop /usr/lib/python3.6/site-packages/neutron_lib/callbacks/manager.py:193 > 2022-02-02 14:45:17.898 7 DEBUG neutron_lib.callbacks.manager [req-5e76c186-2908-4edf-90a0-09105bcb3f0f - - - - -] Callback networking_ovn.ml2.mech_driver.OVNMechanismDriver.pre_fork_initialize--9223372036586778410 raised 'str' object has no attribute 'register_all' _notify_loop /usr/lib/python3.6/site-packages/neutron_lib/callbacks/manager.py:210 > 2022-02-02 14:45:17.898 7 DEBUG neutron_lib.callbacks.manager [req-5e76c186-2908-4edf-90a0-09105bcb3f0f - - - - -] Notify callbacks [] for process, abort_spawn _notify_loop /usr/lib/python3.6/site-packages/neutron_lib/callbacks/manager.py:193 > 2022-02-02 14:45:17.900 7 CRITICAL neutron [req-5e76c186-2908-4edf-90a0-09105bcb3f0f - - - - -] Unhandled error: neutron_lib.callbacks.exceptions.CallbackFailure: Callback networking_ovn.ml2.mech_driver.OVNMechanismDriver.pre_fork_initialize--9223372036586778410 failed with "'str' object has no attribute 'register_all'" > 2022-02-02 14:45:17.900 7 ERROR neutron Traceback (most recent call last): > 2022-02-02 14:45:17.900 7 ERROR neutron File "/usr/bin/neutron-server", line 10, in <module> > 2022-02-02 14:45:17.900 7 ERROR neutron sys.exit(main()) > 2022-02-02 14:45:17.900 7 ERROR neutron File "/usr/lib/python3.6/site-packages/neutron/cmd/eventlet/server/__init__.py", line 19, in main > 2022-02-02 14:45:17.900 7 ERROR neutron server.boot_server(wsgi_eventlet.eventlet_wsgi_server) > 2022-02-02 14:45:17.900 7 ERROR neutron File "/usr/lib/python3.6/site-packages/neutron/server/__init__.py", line 68, in boot_server > 2022-02-02 14:45:17.900 7 ERROR neutron server_func() > 2022-02-02 14:45:17.900 7 ERROR neutron File "/usr/lib/python3.6/site-packages/neutron/server/wsgi_eventlet.py", line 23, in eventlet_wsgi_server > 2022-02-02 14:45:17.900 7 ERROR neutron neutron_api = service.serve_wsgi(service.NeutronApiService) > 2022-02-02 14:45:17.900 7 ERROR neutron File "/usr/lib/python3.6/site-packages/neutron/service.py", line 94, in serve_wsgi > 2022-02-02 14:45:17.900 7 ERROR neutron registry.publish(resources.PROCESS, events.BEFORE_SPAWN, service) > 2022-02-02 14:45:17.900 7 ERROR neutron File "/usr/lib/python3.6/site-packages/neutron_lib/callbacks/registry.py", line 60, in publish > 2022-02-02 14:45:17.900 7 ERROR neutron _get_callback_manager().publish(resource, event, trigger, payload=payload) > 2022-02-02 14:45:17.900 7 ERROR neutron File "/usr/lib/python3.6/site-packages/neutron_lib/callbacks/manager.py", line 149, in publish > 2022-02-02 14:45:17.900 7 ERROR neutron return self.notify(resource, event, trigger, payload=payload) > 2022-02-02 14:45:17.900 7 ERROR neutron File "/usr/lib/python3.6/site-packages/neutron_lib/db/utils.py", line 108, in _wrapped > 2022-02-02 14:45:17.900 7 ERROR neutron raise db_exc.RetryRequest(e) > 2022-02-02 14:45:17.900 7 ERROR neutron File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 220, in __exit__ > 2022-02-02 14:45:17.900 7 ERROR neutron self.force_reraise() > 2022-02-02 14:45:17.900 7 ERROR neutron File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 196, in force_reraise > 2022-02-02 14:45:17.900 7 ERROR neutron six.reraise(self.type_, self.value, self.tb) > 2022-02-02 14:45:17.900 7 ERROR neutron File "/usr/lib/python3.6/site-packages/six.py", line 675, in reraise > 2022-02-02 14:45:17.900 7 ERROR neutron raise value > 2022-02-02 14:45:17.900 7 ERROR neutron File "/usr/lib/python3.6/site-packages/neutron_lib/db/utils.py", line 103, in _wrapped > 2022-02-02 14:45:17.900 7 ERROR neutron return function(*args, **kwargs) > 2022-02-02 14:45:17.900 7 ERROR neutron File "/usr/lib/python3.6/site-packages/neutron_lib/callbacks/manager.py", line 174, in notify > 2022-02-02 14:45:17.900 7 ERROR neutron raise exceptions.CallbackFailure(errors=errors) > 2022-02-02 14:45:17.900 7 ERROR neutron neutron_lib.callbacks.exceptions.CallbackFailure: Callback networking_ovn.ml2.mech_driver.OVNMechanismDriver.pre_fork_initialize--9223372036586778410 failed with "'str' object has no attribute 'register_all'" > 2022-02-02 14:45:17.900 7 ERROR neutron > 2022-02-02 14:45:17.914 27 INFO networking_ovn.ovsdb.impl_idl_ovn [-] Getting OvsdbNbOvnIdl for WorkerService with retry > 2022-02-02 14:45:17.919 26 INFO networking_ovn.ovsdb.impl_idl_ovn [-] Getting OvsdbNbOvnIdl for WorkerService with retry > 2022-02-02 14:45:17.924 29 INFO networking_ovn.ovsdb.impl_idl_ovn [-] Getting OvsdbNbOvnIdl for WorkerService with retry > 2022-02-02 14:45:17.925 28 INFO networking_ovn.ovsdb.impl_idl_ovn [-] Getting OvsdbNbOvnIdl for WorkerService with retry > 2022-02-02 14:45:17.972 26 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:104 > 2022-02-02 14:45:17.972 26 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:104 > 2022-02-02 14:45:17.972 26 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:104 > 2022-02-02 14:45:17.973 26 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > 2022-02-02 14:45:17.973 26 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > 2022-02-02 14:45:17.973 26 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > 2022-02-02 14:45:17.973 26 DEBUG ovsdbapp.backend.ovs_idl [-] Created index target autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > 2022-02-02 14:45:17.973 26 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > 2022-02-02 14:45:17.973 26 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > 2022-02-02 14:45:17.974 26 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > 2022-02-02 14:45:17.974 26 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > 2022-02-02 14:45:17.974 26 INFO ovsdbapp.backend.ovs_idl.vlog [-] tcp:172.17.1.97:6641: connecting... > 2022-02-02 14:45:17.975 26 INFO ovsdbapp.backend.ovs_idl.vlog [-] tcp:172.17.1.97:6641: connected > 2022-02-02 14:45:17.977 29 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:104 > 2022-02-02 14:45:17.978 29 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:104 > 2022-02-02 14:45:17.978 29 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:104 > 2022-02-02 14:45:17.978 29 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > 2022-02-02 14:45:17.978 29 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > 2022-02-02 14:45:17.978 29 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > 2022-02-02 14:45:17.979 29 DEBUG ovsdbapp.backend.ovs_idl [-] Created index target autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > 2022-02-02 14:45:17.979 29 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > 2022-02-02 14:45:17.979 29 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > 2022-02-02 14:45:17.979 27 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:104 > 2022-02-02 14:45:17.979 29 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > 2022-02-02 14:45:17.979 27 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:104 > 2022-02-02 14:45:17.979 29 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > 2022-02-02 14:45:17.979 27 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:104 > 2022-02-02 14:45:17.979 27 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > 2022-02-02 14:45:17.980 27 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > 2022-02-02 14:45:17.980 29 INFO ovsdbapp.backend.ovs_idl.vlog [-] tcp:172.17.1.97:6641: connecting... > 2022-02-02 14:45:17.980 27 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > 2022-02-02 14:45:17.980 27 DEBUG ovsdbapp.backend.ovs_idl [-] Created index target autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > 2022-02-02 14:45:17.980 29 INFO ovsdbapp.backend.ovs_idl.vlog [-] tcp:172.17.1.97:6641: connected > 2022-02-02 14:45:17.980 27 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > 2022-02-02 14:45:17.980 27 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > 2022-02-02 14:45:17.980 27 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > 2022-02-02 14:45:17.981 27 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > 2022-02-02 14:45:17.981 27 INFO ovsdbapp.backend.ovs_idl.vlog [-] tcp:172.17.1.97:6641: connecting... > 2022-02-02 14:45:17.981 27 INFO ovsdbapp.backend.ovs_idl.vlog [-] tcp:172.17.1.97:6641: connected > 2022-02-02 14:45:17.992 26 DEBUG networking_ovn.common.hash_ring_manager [-] Disallow caching, nodes 0<4 _wait_startup_before_caching /usr/lib/python3.6/site-packages/networking_ovn/common/hash_ring_manager.py:61 > 2022-02-02 14:45:17.996 26 ERROR networking_ovn.ovsdb.ovsdb_monitor [-] HashRing is empty, error: Hash Ring returned empty when hashing "b'30290467-ab7e-4463-900b-f67ad3cb4945'". This should never happen in a normal situation, please check the status of your cluster: networking_ovn.common.exceptions.HashRingIsEmpty: Hash Ring returned empty when hashing "b'30290467-ab7e-4463-900b-f67ad3cb4945'". This should never happen in a normal situation, please check the status of your cluster > 2022-02-02 14:45:18.024 26 DEBUG networking_ovn.common.hash_ring_manager [-] Disallow caching, nodes 0<4 _wait_startup_before_caching /usr/lib/python3.6/site-packages/networking_ovn/common/hash_ring_manager.py:61 > 2022-02-02 14:45:18.025 29 DEBUG networking_ovn.common.hash_ring_manager [-] Disallow caching, nodes 0<4 _wait_startup_before_caching /usr/lib/python3.6/site-packages/networking_ovn/common/hash_ring_manager.py:61 > 2022-02-02 14:45:18.028 26 ERROR networking_ovn.ovsdb.ovsdb_monitor [-] HashRing is empty, error: Hash Ring returned empty when hashing "b'3d8ad4fb-9a0c-4969-b793-78e0545b6ba5'". This should never happen in a normal situation, please check the status of your cluster: networking_ovn.common.exceptions.HashRingIsEmpty: Hash Ring returned empty when hashing "b'3d8ad4fb-9a0c-4969-b793-78e0545b6ba5'". This should never happen in a normal situation, please check the status of your cluster > 2022-02-02 14:45:18.028 27 DEBUG networking_ovn.common.hash_ring_manager [-] Disallow caching, nodes 0<4 _wait_startup_before_caching /usr/lib/python3.6/site-packages/networking_ovn/common/hash_ring_manager.py:61 so likely the fix did not worked as intended? (In reply to Pavel Sedlák from comment #9) > Requests to OC neutron are failing with: "HttpException: 503: Server Error > for url: http://10.0.0.116:9696/v2.0/networks, 503 Service Unavailable: No > server is available to handle this request." > > neutron@controller-0 server.log shows these critical & errors: > > 2022-02-02 14:45:17.882 7 INFO neutron.service [req-5e76c186-2908-4edf-90a0-09105bcb3f0f - - - - -] Neutron service started, listening on 172.17.1.146:9696 > > 2022-02-02 14:45:17.883 7 DEBUG neutron_lib.callbacks.manager [req-5e76c186-2908-4edf-90a0-09105bcb3f0f - - - - -] Notify callbacks ['networking_ovn.ml2.mech_driver.OVNMechanismDriver.pre_fork_initialize--9223372036586778410'] for process, before_spawn _notify_loop /usr/lib/python3.6/site-packages/neutron_lib/callbacks/manager.py:193 > > 2022-02-02 14:45:17.884 29 DEBUG neutron_lib.callbacks.manager [-] Notify callbacks ['networking_ovn.ml2.mech_driver.OVNMechanismDriver.post_fork_initialize-267997439'] for process, after_init _notify_loop /usr/lib/python3.6/site-packages/neutron_lib/callbacks/manager.py:193 > > 2022-02-02 14:45:17.889 28 DEBUG neutron_lib.callbacks.manager [-] Notify callbacks ['networking_ovn.ml2.mech_driver.OVNMechanismDriver.post_fork_initialize-267997439'] for process, after_init _notify_loop /usr/lib/python3.6/site-packages/neutron_lib/callbacks/manager.py:193 > > 2022-02-02 14:45:17.898 7 DEBUG neutron_lib.callbacks.manager [req-5e76c186-2908-4edf-90a0-09105bcb3f0f - - - - -] Callback networking_ovn.ml2.mech_driver.OVNMechanismDriver.pre_fork_initialize--9223372036586778410 raised 'str' object has no attribute 'register_all' _notify_loop /usr/lib/python3.6/site-packages/neutron_lib/callbacks/manager.py:210 > > 2022-02-02 14:45:17.898 7 DEBUG neutron_lib.callbacks.manager [req-5e76c186-2908-4edf-90a0-09105bcb3f0f - - - - -] Notify callbacks [] for process, abort_spawn _notify_loop /usr/lib/python3.6/site-packages/neutron_lib/callbacks/manager.py:193 > > 2022-02-02 14:45:17.900 7 CRITICAL neutron [req-5e76c186-2908-4edf-90a0-09105bcb3f0f - - - - -] Unhandled error: neutron_lib.callbacks.exceptions.CallbackFailure: Callback networking_ovn.ml2.mech_driver.OVNMechanismDriver.pre_fork_initialize--9223372036586778410 failed with "'str' object has no attribute 'register_all'" > > 2022-02-02 14:45:17.900 7 ERROR neutron Traceback (most recent call last): > > 2022-02-02 14:45:17.900 7 ERROR neutron File "/usr/bin/neutron-server", line 10, in <module> > > 2022-02-02 14:45:17.900 7 ERROR neutron sys.exit(main()) > > 2022-02-02 14:45:17.900 7 ERROR neutron File "/usr/lib/python3.6/site-packages/neutron/cmd/eventlet/server/__init__.py", line 19, in main > > 2022-02-02 14:45:17.900 7 ERROR neutron server.boot_server(wsgi_eventlet.eventlet_wsgi_server) > > 2022-02-02 14:45:17.900 7 ERROR neutron File "/usr/lib/python3.6/site-packages/neutron/server/__init__.py", line 68, in boot_server > > 2022-02-02 14:45:17.900 7 ERROR neutron server_func() > > 2022-02-02 14:45:17.900 7 ERROR neutron File "/usr/lib/python3.6/site-packages/neutron/server/wsgi_eventlet.py", line 23, in eventlet_wsgi_server > > 2022-02-02 14:45:17.900 7 ERROR neutron neutron_api = service.serve_wsgi(service.NeutronApiService) > > 2022-02-02 14:45:17.900 7 ERROR neutron File "/usr/lib/python3.6/site-packages/neutron/service.py", line 94, in serve_wsgi > > 2022-02-02 14:45:17.900 7 ERROR neutron registry.publish(resources.PROCESS, events.BEFORE_SPAWN, service) > > 2022-02-02 14:45:17.900 7 ERROR neutron File "/usr/lib/python3.6/site-packages/neutron_lib/callbacks/registry.py", line 60, in publish > > 2022-02-02 14:45:17.900 7 ERROR neutron _get_callback_manager().publish(resource, event, trigger, payload=payload) > > 2022-02-02 14:45:17.900 7 ERROR neutron File "/usr/lib/python3.6/site-packages/neutron_lib/callbacks/manager.py", line 149, in publish > > 2022-02-02 14:45:17.900 7 ERROR neutron return self.notify(resource, event, trigger, payload=payload) > > 2022-02-02 14:45:17.900 7 ERROR neutron File "/usr/lib/python3.6/site-packages/neutron_lib/db/utils.py", line 108, in _wrapped > > 2022-02-02 14:45:17.900 7 ERROR neutron raise db_exc.RetryRequest(e) > > 2022-02-02 14:45:17.900 7 ERROR neutron File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 220, in __exit__ > > 2022-02-02 14:45:17.900 7 ERROR neutron self.force_reraise() > > 2022-02-02 14:45:17.900 7 ERROR neutron File "/usr/lib/python3.6/site-packages/oslo_utils/excutils.py", line 196, in force_reraise > > 2022-02-02 14:45:17.900 7 ERROR neutron six.reraise(self.type_, self.value, self.tb) > > 2022-02-02 14:45:17.900 7 ERROR neutron File "/usr/lib/python3.6/site-packages/six.py", line 675, in reraise > > 2022-02-02 14:45:17.900 7 ERROR neutron raise value > > 2022-02-02 14:45:17.900 7 ERROR neutron File "/usr/lib/python3.6/site-packages/neutron_lib/db/utils.py", line 103, in _wrapped > > 2022-02-02 14:45:17.900 7 ERROR neutron return function(*args, **kwargs) > > 2022-02-02 14:45:17.900 7 ERROR neutron File "/usr/lib/python3.6/site-packages/neutron_lib/callbacks/manager.py", line 174, in notify > > 2022-02-02 14:45:17.900 7 ERROR neutron raise exceptions.CallbackFailure(errors=errors) > > 2022-02-02 14:45:17.900 7 ERROR neutron neutron_lib.callbacks.exceptions.CallbackFailure: Callback networking_ovn.ml2.mech_driver.OVNMechanismDriver.pre_fork_initialize--9223372036586778410 failed with "'str' object has no attribute 'register_all'" > > 2022-02-02 14:45:17.900 7 ERROR neutron > > 2022-02-02 14:45:17.914 27 INFO networking_ovn.ovsdb.impl_idl_ovn [-] Getting OvsdbNbOvnIdl for WorkerService with retry > > 2022-02-02 14:45:17.919 26 INFO networking_ovn.ovsdb.impl_idl_ovn [-] Getting OvsdbNbOvnIdl for WorkerService with retry > > 2022-02-02 14:45:17.924 29 INFO networking_ovn.ovsdb.impl_idl_ovn [-] Getting OvsdbNbOvnIdl for WorkerService with retry > > 2022-02-02 14:45:17.925 28 INFO networking_ovn.ovsdb.impl_idl_ovn [-] Getting OvsdbNbOvnIdl for WorkerService with retry > > 2022-02-02 14:45:17.972 26 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:104 > > 2022-02-02 14:45:17.972 26 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:104 > > 2022-02-02 14:45:17.972 26 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:104 > > 2022-02-02 14:45:17.973 26 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > > 2022-02-02 14:45:17.973 26 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > > 2022-02-02 14:45:17.973 26 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > > 2022-02-02 14:45:17.973 26 DEBUG ovsdbapp.backend.ovs_idl [-] Created index target autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > > 2022-02-02 14:45:17.973 26 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > > 2022-02-02 14:45:17.973 26 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > > 2022-02-02 14:45:17.974 26 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > > 2022-02-02 14:45:17.974 26 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > > 2022-02-02 14:45:17.974 26 INFO ovsdbapp.backend.ovs_idl.vlog [-] tcp:172.17.1.97:6641: connecting... > > 2022-02-02 14:45:17.975 26 INFO ovsdbapp.backend.ovs_idl.vlog [-] tcp:172.17.1.97:6641: connected > > 2022-02-02 14:45:17.977 29 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:104 > > 2022-02-02 14:45:17.978 29 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:104 > > 2022-02-02 14:45:17.978 29 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:104 > > 2022-02-02 14:45:17.978 29 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > > 2022-02-02 14:45:17.978 29 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > > 2022-02-02 14:45:17.978 29 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > > 2022-02-02 14:45:17.979 29 DEBUG ovsdbapp.backend.ovs_idl [-] Created index target autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > > 2022-02-02 14:45:17.979 29 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > > 2022-02-02 14:45:17.979 29 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > > 2022-02-02 14:45:17.979 27 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:104 > > 2022-02-02 14:45:17.979 29 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > > 2022-02-02 14:45:17.979 27 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:104 > > 2022-02-02 14:45:17.979 29 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > > 2022-02-02 14:45:17.979 27 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:104 > > 2022-02-02 14:45:17.979 27 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > > 2022-02-02 14:45:17.980 27 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > > 2022-02-02 14:45:17.980 29 INFO ovsdbapp.backend.ovs_idl.vlog [-] tcp:172.17.1.97:6641: connecting... > > 2022-02-02 14:45:17.980 27 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > > 2022-02-02 14:45:17.980 27 DEBUG ovsdbapp.backend.ovs_idl [-] Created index target autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > > 2022-02-02 14:45:17.980 29 INFO ovsdbapp.backend.ovs_idl.vlog [-] tcp:172.17.1.97:6641: connected > > 2022-02-02 14:45:17.980 27 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > > 2022-02-02 14:45:17.980 27 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > > 2022-02-02 14:45:17.980 27 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > > 2022-02-02 14:45:17.981 27 DEBUG ovsdbapp.backend.ovs_idl [-] Created index name autocreate_indices /usr/lib/python3.6/site-packages/ovsdbapp/backend/ovs_idl/__init__.py:121 > > 2022-02-02 14:45:17.981 27 INFO ovsdbapp.backend.ovs_idl.vlog [-] tcp:172.17.1.97:6641: connecting... > > 2022-02-02 14:45:17.981 27 INFO ovsdbapp.backend.ovs_idl.vlog [-] tcp:172.17.1.97:6641: connected > > 2022-02-02 14:45:17.992 26 DEBUG networking_ovn.common.hash_ring_manager [-] Disallow caching, nodes 0<4 _wait_startup_before_caching /usr/lib/python3.6/site-packages/networking_ovn/common/hash_ring_manager.py:61 > > 2022-02-02 14:45:17.996 26 ERROR networking_ovn.ovsdb.ovsdb_monitor [-] HashRing is empty, error: Hash Ring returned empty when hashing "b'30290467-ab7e-4463-900b-f67ad3cb4945'". This should never happen in a normal situation, please check the status of your cluster: networking_ovn.common.exceptions.HashRingIsEmpty: Hash Ring returned empty when hashing "b'30290467-ab7e-4463-900b-f67ad3cb4945'". This should never happen in a normal situation, please check the status of your cluster > > 2022-02-02 14:45:18.024 26 DEBUG networking_ovn.common.hash_ring_manager [-] Disallow caching, nodes 0<4 _wait_startup_before_caching /usr/lib/python3.6/site-packages/networking_ovn/common/hash_ring_manager.py:61 > > 2022-02-02 14:45:18.025 29 DEBUG networking_ovn.common.hash_ring_manager [-] Disallow caching, nodes 0<4 _wait_startup_before_caching /usr/lib/python3.6/site-packages/networking_ovn/common/hash_ring_manager.py:61 > > 2022-02-02 14:45:18.028 26 ERROR networking_ovn.ovsdb.ovsdb_monitor [-] HashRing is empty, error: Hash Ring returned empty when hashing "b'3d8ad4fb-9a0c-4969-b793-78e0545b6ba5'". This should never happen in a normal situation, please check the status of your cluster: networking_ovn.common.exceptions.HashRingIsEmpty: Hash Ring returned empty when hashing "b'3d8ad4fb-9a0c-4969-b793-78e0545b6ba5'". This should never happen in a normal situation, please check the status of your cluster > > 2022-02-02 14:45:18.028 27 DEBUG networking_ovn.common.hash_ring_manager [-] Disallow caching, nodes 0<4 _wait_startup_before_caching /usr/lib/python3.6/site-packages/networking_ovn/common/hash_ring_manager.py:61 > > so likely the fix did not worked as intended? Pavel are you going to report another bug? The original issue that was reported here does not look as reproduced on phase 2 jobs and this bz is set as on_qa. I think the new issue needs to be reported in another bz. wdyt? according to the phase 2 jobs, it looks like the issue was fixed on : core_puddle: RHOS-16.1-RHEL-8-20220203.n.1 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Red Hat OpenStack Platform 16.1.8 bug fix and enhancement advisory), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2022:0986 |