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
CentOSVZAdapter relies on a function called find_available_ip which tries to ping all IP addresses in a subnet and find an IP.
When this adapter is used simultaneously, in the same subnet, there is a high potential of IP address conflicts among multiple containers.
Proposed Solution: find_available_ip should maintain a map of allocated and available IP addresses and act more like a DHCP server.
The text was updated successfully, but these errors were encountered:
ecthiender
changed the title
Simultaneous use of CentOSVZAdapter will cause ip address conflicti
Simultaneous use of CentOSVZAdapter will cause IP address conflict
Apr 21, 2015
CentOSVZAdapter relies on a function called
find_available_ip
which tries to ping all IP addresses in a subnet and find an IP.When this adapter is used simultaneously, in the same subnet, there is a high potential of IP address conflicts among multiple containers.
Proposed Solution:
find_available_ip
should maintain a map of allocated and available IP addresses and act more like a DHCP server.The text was updated successfully, but these errors were encountered: