You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.
When doing create-and-delete-ports_concurrent 50 times with 5 concurrent.
During delete port will trough the following error:
Traceback (most recent call last):
File "/root/rally_venv/lib/python3.6/site-packages/rally/task/runner.py", line 69, in _run_scenario_once
getattr(scenario_inst, method_name)(**scenario_kwargs)
File "/root/rally_venv/lib/python3.6/site-packages/rally_openstack/task/scenarios/neutron/network.py", line 671, in run
self.neutron.delete_port(port["id"])
File "/root/rally_venv/lib/python3.6/site-packages/rally/task/service.py", line 114, in wrapper
return func(instance, *args, **kwargs)
File "/root/rally_venv/lib/python3.6/site-packages/rally/task/atomic.py", line 91, in func_atomic_actions
f = func(self, *args, **kwargs)
File "/root/rally_venv/lib/python3.6/site-packages/rally_openstack/common/services/network/neutron.py", line 876, in delete_port
self.client.delete_port(port["id"])
File "/root/rally_venv/lib/python3.6/site-packages/neutronclient/v2_0/client.py", line 821, in delete_port
return self.delete(self.port_path % (port))
File "/root/rally_venv/lib/python3.6/site-packages/neutronclient/v2_0/client.py", line 353, in delete
headers=headers, params=params)
File "/root/rally_venv/lib/python3.6/site-packages/neutronclient/v2_0/client.py", line 334, in retry_request
headers=headers, params=params)
File "/root/rally_venv/lib/python3.6/site-packages/neutronclient/v2_0/client.py", line 297, in do_request
self._handle_fault_response(status_code, replybody, resp)
File "/root/rally_venv/lib/python3.6/site-packages/neutronclient/v2_0/client.py", line 272, in _handle_fault_response
exception_handler_v20(status_code, error_body)
File "/root/rally_venv/lib/python3.6/site-packages/neutronclient/v2_0/client.py", line 92, in exception_handler_v20
request_ids=request_ids)
neutronclient.common.exceptions.InternalServerError: 412 : [{"timestamp":"2021-07-12T20:02:37.846+0000","status":412,"error":"Precondition Failed","message":"Ip address conflict with exist","path":"/ips"}]
When doing create-and-delete-ports_concurrent 50 times with 5 concurrent.
During delete port will trough the following error:
Rally report and log:
Below are the log from IP manager:
The text was updated successfully, but these errors were encountered: