ip_count_list increments even if port creation is not successfull
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
R3.2 |
Fix Committed
|
Critical
|
Suresh Vinapamula | |||
R4.0 |
In Progress
|
Critical
|
Suresh Vinapamula | |||
R4.1 |
Fix Committed
|
Critical
|
Suresh Vinapamula | |||
R5.0 |
Fix Committed
|
Critical
|
Suresh Vinapamula | |||
Trunk |
In Progress
|
Critical
|
Suresh Vinapamula |
Bug Description
In a setup of contrail 4.1.0 and RHOSP 10, when neutron port creation fails due to an exhausted subnet, the ip_count_list keeps incrementing:
[heat-admin@
% Total % Received % Xferd Average Speed Time Time Time Current
100 80 100 23 100 57 142 352 --:--:-- --:--:-- --:--:-- 354
{
"ip_
25
]
}
[heat-admin@
Bad port request: Virtual-
Neutron server returns request_ids: ['req-760c87c1-
[heat-admin@
% Total % Received % Xferd Average Speed Time Time Time Current
100 80 100 23 100 57 148 369 --:--:-- --:--:-- --:--:-- 370
{
"ip_
28
]
}
[heat-admin@
+------
| Field | Value |
+------
| admin_state_up | True |
| created_at | 2018-05-
| fq_name | default-domain |
| | admin |
| | sriov-test |
| id | 18067a99-
| name | sriov-test |
| port_security_
| project_id | db666c41aefc4a4
| router:external | False |
| shared | False |
| status | ACTIVE |
| subnet_ipam | {"subnet_cidr": "8.8.8.0/24", "ipam_fq_name": ["default-domain", "default-project", "default-
| subnets | b2ae906c-
| tenant_id | db666c41aefc4a4
| updated_at | 2018-05-
+------
[heat-admin@
+------
| Field | Value |
+------
| allocation_pools | {"start": "8.8.8.2", "end": "8.8.8.10"} |
| cidr | 8.8.8.0/24 |
| created_at | |
| dns_nameservers | 0.0.0.0 |
| enable_dhcp | False |
| gateway_ip | 8.8.8.1 |
| host_routes | |
| id | b2ae906c-
| ip_version | 4 |
| ipv6_address_mode | |
| ipv6_ra_mode | |
| name | b2ae906c-
| network_id | 18067a99-
| tenant_id | db666c41aefc4a4
| updated_at | |
+------
Changed in juniperopenstack: | |
milestone: | r4.1.1.0 → none |
Changed in juniperopenstack: | |
importance: | High → Critical |
tags: | added: 2018-0521-0294 hot-case |
tags: | added: releaseblocker |
information type: | Proprietary → Public |
tags: | removed: hot-case |
Review in progress for https:/ /review. opencontrail. org/43289
Submitter: Suresh Vinapamula (<email address hidden>)