Comment 1 for bug 1446929

Revision history for this message
Ignatious Johnson Christopher (ijohnson-x) wrote :

Analysis:
-------------
During opencontrail attach vifs the containers use dhclient to lease an ip address.
When bulk container create request is sent, the /var/lib/dhcp/dhclient.leases file is overwritten. Due to the corrupted file Successive docker containers are not getting IP lease as the dhclient command is failling .
So the Instance launch is failing.

Fix:
--------
Creating separate lease files for each docker container.

Workaround:
--------------------
Remove/correct the corrupted lease entry in the /var/lib/dhcp/dhclient.leases file and then launch Instances.