unable to launch more than one containers
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kuryr |
Fix Committed
|
Undecided
|
vikas choudhary |
Bug Description
Able to launch first container, but after then its failing for launching another container. On debugging found that address, 172.23.0.3 is already allocated to dhcp interface by neutron and driver is trying to assign same to newly created container.
root@vikas-
85817ce18afe505
root@vikas-
ca4903aa1ba7fb6
Error response from daemon: Cannot start container ca4903aa1ba7fb6
"Err": "Unable to complete operation for network 6b597531-
}
root@vikas-
96b47f08ca08434
Error response from daemon: Cannot start container 96b47f08ca08434
"Err": "Unable to complete operation for network 6b597531-
}
Changed in kuryr: | |
assignee: | nobody → vikas choudhary (choudharyvikas16) |
Changed in kuryr: | |
status: | New → In Progress |
Reviewed: https:/ /review. openstack. org/241134 /git.openstack. org/cgit/ openstack/ kuryr/commit/ ?id=181f2bf7299 6bedc67cd734c42 83de792ba12c4d
Committed: https:/
Submitter: Jenkins
Branch: master
commit 181f2bf72996bed c67cd734c4283de 792ba12c4d
Author: Vikas Choudhary <email address hidden>
Date: Tue Nov 3 13:52:51 2015 +0530
Create subnets with dhcp disabled
This fix is intended to disable dhcp for subnets created. If dhcp is
enabled, driver has no information about ip address allocated to dhcp
namespace interface and eventually tries to allocate same ip address to
container and this leads to exception from neutron saying "The IP
address is in use."
Change-Id: If598cacb475ab4 42108f2176310c8 468e09d793f
Closes-Bug: #1512341