mechanism_manager.create_network_postcommit intermittently fails while attempting to add segment

Bug #1853278 reported by Frode Nordahl
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
networking-ovn
New
Undecided
Unassigned

Bug Description

2019-11-19 12:20:53.636 14735 INFO neutron.db.segments_db [req-fa4f878a-6533-4d54-ae29-c8b9742d3a09 71aeb3da22004f0aa16c46bde03e7422 018e598524194413bda271beb8b727a3 - ccc13003ebf44860a39f651b1ee2b2f7 ccc13003ebf44860a39f651b1ee2b2f7] Added segment a3ac5913-bfb3-4b2a-b0c6-36cf5eb2acaf of type geneve for network c11b3899-f2dd-45c4-bc96-3710c748d83c
2019-11-19 12:20:53.686 14740 INFO networking_ovn.ml2.qos_driver [req-6b880bd3-6e46-4687-a779-80c64e7a3cd6 - - - - -] Starting OVNQosDriver
2019-11-19 12:20:55.428 14740 INFO networking_ovn.db.revision [req-6b880bd3-6e46-4687-a779-80c64e7a3cd6 - - - - -] Successfully bumped revision number for resource f74ce871-9693-4706-80d1-23a063a5c2cb (type: ports) to 1
2019-11-19 12:20:56.994 14735 INFO ovsdbapp.backend.ovs_idl.vlog [-] ssl:172.17.110.23:6641: connecting...
2019-11-19 12:20:57.023 14735 INFO ovsdbapp.backend.ovs_idl.vlog [-] ssl:172.17.110.23:6641: connected
2019-11-19 12:20:58.405 14735 ERROR ovsdbapp.backend.ovs_idl.transaction [req-fa4f878a-6533-4d54-ae29-c8b9742d3a09 71aeb3da22004f0aa16c46bde03e7422 018e598524194413bda271beb8b727a3 - ccc13003ebf44860a39f651b1ee2b2f7 ccc13003ebf44860a39f651b1ee2b2f7] Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/ovsdbapp/backend/ovs_idl/connection.py", line 122, in run
    txn.results.put(txn.do_commit())
  File "/usr/lib/python3/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py", line 123, in do_commit
    self.post_commit(txn)
  File "/usr/lib/python3/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py", line 70, in post_commit
    command.post_commit(txn)
  File "/usr/lib/python3/dist-packages/ovsdbapp/backend/ovs_idl/command.py", line 79, in post_commit
    row = self.api.tables[self.table_name].rows[real_uuid]
  File "/usr/lib/python3.6/collections/__init__.py", line 991, in __getitem__
    raise KeyError(key)
KeyError: UUID('0856b33f-61f8-4d83-b590-25efbde3cff1')

2019-11-19 12:20:58.405 14735 ERROR neutron.plugins.ml2.managers [req-fa4f878a-6533-4d54-ae29-c8b9742d3a09 71aeb3da22004f0aa16c46bde03e7422 018e598524194413bda271beb8b727a3 - ccc13003ebf44860a39f651b1ee2b2f7 ccc13003ebf44860a39f651b1ee2b2f7] Mechanism driver 'ovn' failed in create_network_postcommit: KeyError: UUID('0856b33f-61f8-4d83-b590-25efbde3cff1')
2019-11-19 12:20:58.405 14735 ERROR neutron.plugins.ml2.managers Traceback (most recent call last):
2019-11-19 12:20:58.405 14735 ERROR neutron.plugins.ml2.managers File "/usr/lib/python3/dist-packages/ovsdbapp/api.py", line 111, in transaction
2019-11-19 12:20:58.405 14735 ERROR neutron.plugins.ml2.managers yield self._nested_txns_map[cur_thread_id]
2019-11-19 12:20:58.405 14735 ERROR neutron.plugins.ml2.managers KeyError: 140148388938712
2019-11-19 12:20:58.405 14735 ERROR neutron.plugins.ml2.managers
2019-11-19 12:20:58.405 14735 ERROR neutron.plugins.ml2.managers During handling of the above exception, another exception occurred:
2019-11-19 12:20:58.405 14735 ERROR neutron.plugins.ml2.managers
2019-11-19 12:20:58.405 14735 ERROR neutron.plugins.ml2.managers Traceback (most recent call last):
2019-11-19 12:20:58.405 14735 ERROR neutron.plugins.ml2.managers File "/usr/lib/python3/dist-packages/neutron/plugins/ml2/managers.py", line 475, in _call_on_drivers
2019-11-19 12:20:58.405 14735 ERROR neutron.plugins.ml2.managers getattr(driver.obj, method_name)(context)
2019-11-19 12:20:58.405 14735 ERROR neutron.plugins.ml2.managers File "/usr/lib/python3/dist-packages/networking_ovn/ml2/mech_driver.py", line 342, in create_network_postcommit
2019-11-19 12:20:58.405 14735 ERROR neutron.plugins.ml2.managers self._ovn_client.create_network(network)
2019-11-19 12:20:58.405 14735 ERROR neutron.plugins.ml2.managers File "/usr/lib/python3/dist-packages/networking_ovn/common/ovn_client.py", line 1417, in create_network
2019-11-19 12:20:58.405 14735 ERROR neutron.plugins.ml2.managers network.get(pnet.SEGMENTATION_ID))
2019-11-19 12:20:58.405 14735 ERROR neutron.plugins.ml2.managers File "/usr/lib/python3.6/contextlib.py", line 88, in __exit__
2019-11-19 12:20:58.405 14735 ERROR neutron.plugins.ml2.managers next(self.gen)
2019-11-19 12:20:58.405 14735 ERROR neutron.plugins.ml2.managers File "/usr/lib/python3/dist-packages/networking_ovn/ovsdb/impl_idl_ovn.py", line 182, in transaction
2019-11-19 12:20:58.405 14735 ERROR neutron.plugins.ml2.managers yield t
2019-11-19 12:20:58.405 14735 ERROR neutron.plugins.ml2.managers File "/usr/lib/python3.6/contextlib.py", line 88, in __exit__
2019-11-19 12:20:58.405 14735 ERROR neutron.plugins.ml2.managers next(self.gen)
2019-11-19 12:20:58.405 14735 ERROR neutron.plugins.ml2.managers File "/usr/lib/python3/dist-packages/ovsdbapp/api.py", line 119, in transaction
2019-11-19 12:20:58.405 14735 ERROR neutron.plugins.ml2.managers del self._nested_txns_map[cur_thread_id]
2019-11-19 12:20:58.405 14735 ERROR neutron.plugins.ml2.managers File "/usr/lib/python3/dist-packages/ovsdbapp/api.py", line 69, in __exit__
2019-11-19 12:20:58.405 14735 ERROR neutron.plugins.ml2.managers self.result = self.commit()
2019-11-19 12:20:58.405 14735 ERROR neutron.plugins.ml2.managers File "/usr/lib/python3/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py", line 62, in commit
2019-11-19 12:20:58.405 14735 ERROR neutron.plugins.ml2.managers raise result.ex
2019-11-19 12:20:58.405 14735 ERROR neutron.plugins.ml2.managers File "/usr/lib/python3/dist-packages/ovsdbapp/backend/ovs_idl/connection.py", line 122, in run
2019-11-19 12:20:58.405 14735 ERROR neutron.plugins.ml2.managers txn.results.put(txn.do_commit())
2019-11-19 12:20:58.405 14735 ERROR neutron.plugins.ml2.managers File "/usr/lib/python3/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py", line 123, in do_commit
2019-11-19 12:20:58.405 14735 ERROR neutron.plugins.ml2.managers self.post_commit(txn)
2019-11-19 12:20:58.405 14735 ERROR neutron.plugins.ml2.managers File "/usr/lib/python3/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py", line 70, in post_commit
2019-11-19 12:20:58.405 14735 ERROR neutron.plugins.ml2.managers command.post_commit(txn)
2019-11-19 12:20:58.405 14735 ERROR neutron.plugins.ml2.managers File "/usr/lib/python3/dist-packages/ovsdbapp/backend/ovs_idl/command.py", line 79, in post_commit
2019-11-19 12:20:58.405 14735 ERROR neutron.plugins.ml2.managers row = self.api.tables[self.table_name].rows[real_uuid]
2019-11-19 12:20:58.405 14735 ERROR neutron.plugins.ml2.managers File "/usr/lib/python3.6/collections/__init__.py", line 991, in __getitem__
2019-11-19 12:20:58.405 14735 ERROR neutron.plugins.ml2.managers raise KeyError(key)
2019-11-19 12:20:58.405 14735 ERROR neutron.plugins.ml2.managers KeyError: UUID('0856b33f-61f8-4d83-b590-25efbde3cff1')
2019-11-19 12:20:58.405 14735 ERROR neutron.plugins.ml2.managers
2019-11-19 12:20:58.414 14735 ERROR neutron.plugins.ml2.plugin [req-fa4f878a-6533-4d54-ae29-c8b9742d3a09 71aeb3da22004f0aa16c46bde03e7422 018e598524194413bda271beb8b727a3 - ccc13003ebf44860a39f651b1ee2b2f7 ccc13003ebf44860a39f651b1ee2b2f7] mechanism_manager.create_network_postcommit failed, deleting network 'c11b3899-f2dd-45c4-bc96-3710c748d83c': neutron.plugins.ml2.common.exceptions.MechanismDriverError
2019-11-19 12:20:58.441 14740 INFO networking_ovn.db.revision [req-6b880bd3-6e46-4687-a779-80c64e7a3cd6 - - - - -] Successfully bumped revision number for resource f74ce871-9693-4706-80d1-23a063a5c2cb (type: router_ports) to 3
2019-11-19 12:20:59.648 14740 INFO networking_ovn.db.revision [req-6b880bd3-6e46-4687-a779-80c64e7a3cd6 - - - - -] Successfully bumped revision number for resource f74ce871-9693-4706-80d1-23a063a5c2cb (type: ports) to 2
2019-11-19 12:21:01.278 14740 INFO networking_ovn.db.revision [req-6b880bd3-6e46-4687-a779-80c64e7a3cd6 - - - - -] Successfully bumped revision number for resource f74ce871-9693-4706-80d1-23a063a5c2cb (type: ports) to 4
2019-11-19 12:21:02.429 14740 INFO networking_ovn.db.revision [req-6b880bd3-6e46-4687-a779-80c64e7a3cd6 - - - - -] Successfully bumped revision number for resource f74ce871-9693-4706-80d1-23a063a5c2cb (type: router_ports) to 4
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation [req-fa4f878a-6533-4d54-ae29-c8b9742d3a09 71aeb3da22004f0aa16c46bde03e7422 018e598524194413bda271beb8b727a3 - ccc13003ebf44860a39f651b1ee2b2f7 ccc13003ebf44860a39f651b1ee2b2f7] POST failed.: neutron.plugins.ml2.common.exceptions.MechanismDriverError
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation Traceback (most recent call last):
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/pecan/core.py", line 683, in __call__
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation self.invoke_controller(controller, args, kwargs, state)
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/pecan/core.py", line 574, in invoke_controller
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation result = controller(*args, **kwargs)
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/neutron_lib/db/api.py", line 139, in wrapped
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation setattr(e, '_RETRY_EXCEEDED', True)
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/oslo_utils/excutils.py", line 220, in __exit__
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation self.force_reraise()
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/oslo_utils/excutils.py", line 196, in force_reraise
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation six.reraise(self.type_, self.value, self.tb)
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/six.py", line 693, in reraise
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation raise value
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/neutron_lib/db/api.py", line 135, in wrapped
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation return f(*args, **kwargs)
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/oslo_db/api.py", line 154, in wrapper
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation ectxt.value = e.inner_exc
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/oslo_utils/excutils.py", line 220, in __exit__
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation self.force_reraise()
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/oslo_utils/excutils.py", line 196, in force_reraise
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation six.reraise(self.type_, self.value, self.tb)
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/six.py", line 693, in reraise
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation raise value
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/oslo_db/api.py", line 142, in wrapper
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation return f(*args, **kwargs)
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/neutron_lib/db/api.py", line 183, in wrapped
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation LOG.debug("Retry wrapper got retriable exception: %s", e)
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/oslo_utils/excutils.py", line 220, in __exit__
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation self.force_reraise()
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/oslo_utils/excutils.py", line 196, in force_reraise
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation six.reraise(self.type_, self.value, self.tb)
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/six.py", line 693, in reraise
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation raise value
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/neutron_lib/db/api.py", line 179, in wrapped
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation return f(*dup_args, **dup_kwargs)
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/neutron/pecan_wsgi/controllers/utils.py", line 76, in wrapped
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation return f(*args, **kwargs)
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/neutron/pecan_wsgi/controllers/resource.py", line 163, in post
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation return self.create(resources)
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/neutron/pecan_wsgi/controllers/resource.py", line 181, in create
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation return {key: creator(*creator_args, **creator_kwargs)}
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/neutron/common/utils.py", line 685, in inner
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation return f(self, context, *args, **kwargs)
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/neutron_lib/db/api.py", line 233, in wrapped
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation return method(*args, **kwargs)
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/neutron_lib/db/api.py", line 139, in wrapped
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation setattr(e, '_RETRY_EXCEEDED', True)
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/oslo_utils/excutils.py", line 220, in __exit__
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation self.force_reraise()
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/oslo_utils/excutils.py", line 196, in force_reraise
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation six.reraise(self.type_, self.value, self.tb)
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/six.py", line 693, in reraise
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation raise value
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/neutron_lib/db/api.py", line 135, in wrapped
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation return f(*args, **kwargs)
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/oslo_db/api.py", line 154, in wrapper
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation ectxt.value = e.inner_exc
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/oslo_utils/excutils.py", line 220, in __exit__
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation self.force_reraise()
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/oslo_utils/excutils.py", line 196, in force_reraise
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation six.reraise(self.type_, self.value, self.tb)
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/six.py", line 693, in reraise
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation raise value
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/oslo_db/api.py", line 142, in wrapper
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation return f(*args, **kwargs)
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/neutron_lib/db/api.py", line 183, in wrapped
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation LOG.debug("Retry wrapper got retriable exception: %s", e)
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/oslo_utils/excutils.py", line 220, in __exit__
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation self.force_reraise()
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/oslo_utils/excutils.py", line 196, in force_reraise
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation six.reraise(self.type_, self.value, self.tb)
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/six.py", line 693, in reraise
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation raise value
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/neutron_lib/db/api.py", line 179, in wrapped
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation return f(*dup_args, **dup_kwargs)
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/neutron/plugins/ml2/plugin.py", line 1048, in create_network
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation return self._after_create_network(context, result, mech_context)
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/neutron/plugins/ml2/plugin.py", line 1059, in _after_create_network
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation self.delete_network(context, result['id'])
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/oslo_utils/excutils.py", line 220, in __exit__
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation self.force_reraise()
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/oslo_utils/excutils.py", line 196, in force_reraise
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation six.reraise(self.type_, self.value, self.tb)
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/six.py", line 693, in reraise
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation raise value
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/neutron/plugins/ml2/plugin.py", line 1054, in _after_create_network
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation self.mechanism_manager.create_network_postcommit(mech_context)
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/neutron/plugins/ml2/managers.py", line 525, in create_network_postcommit
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation self._call_on_drivers("create_network_postcommit", context)
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation File "/usr/lib/python3/dist-packages/neutron/plugins/ml2/managers.py", line 493, in _call_on_drivers
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation errors=errors
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation neutron.plugins.ml2.common.exceptions.MechanismDriverError
2019-11-19 12:21:03.671 14735 ERROR neutron.pecan_wsgi.hooks.translation
2019-11-19 12:21:03.713 14735 INFO neutron.wsgi [req-fa4f878a-6533-4d54-ae29-c8b9742d3a09 71aeb3da22004f0aa16c46bde03e7422 018e598524194413bda271beb8b727a3 - ccc13003ebf44860a39f651b1ee2b2f7 ccc13003ebf44860a39f651b1ee2b2f7] 172.17.110.20,127.0.0.1 "POST /v2.0/networks HTTP/1.1" status: 500 len: 368 time: 10.3411875

Frode Nordahl (fnordahl)
summary: - mechanism_manager.create_network_postcommit fails while attempting to
- add segment
+ mechanism_manager.create_network_postcommit intermittently fails while
+ attempting to add segment
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.