Comment 6 for bug 1585572

Revision history for this message
vikas choudhary (choudharyvikas16) wrote :

Mohammad, let say there are two docker worker nodes. On each of them, docker network creation command is executed at same time. There will be two "unbound" pools in kuryr remote driver network create handling time. Even in single threaded kuryr, there is no syncup between kuryr drivers running on different worker nodes. Please correct my understanding if wrong.

On, "That is, when the pool is created there is no reference to the network and when network is created there is no reference to the pool":
When network is created, poolID is there is json_data. Lets store it as a tag with this network. Now when there is request for an address from IPAM, poolID is there again in json_data. Now we can filter the subnet by matching this poolID with the stored poolID(subnet->network->poolID). Thoughts?

was trying to reach you on irc but hard luck.