-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: could not find IP range for mask ffff0000 during network create #4157
Comments
Logs indicate that |
I have 5 compose yml files. To reproduce,
Compose file 1-5 attached. |
I've just verified that once I get in this state, both docker compose and docker network create fails with that error. |
Need input from @hmahmood to estimate and prioritize this, if this is indeed a bug. If |
Currently we have the default "width" of the bridge networks as hardcoded in the code to /16. We have an option in vic-machine to specify the bridge network pool ( |
Closed #5694 as a dupe |
Marking high per #5694. |
If it were the case that we could only have a maximum of 16 networks at any one time, that wouldn't be an unreasonable limitation. What I highlighted in #5694 is far more serious than that. It states that you can only EVER have 16 networks. If you create and delete 16 times, the VCH becomes completely unusable. You cannot create a network at that point. docker-compose does clean up after itself and it exhibits exactly this behavior. So this is an issue about being able to re-use IP ranges that are no longer in use. |
Unless there is a workaround to this that does not involve uninstalling the VCH, I disagree with the reduction of priority of this issue. |
I agree with @corrieb about the severity of this; we should fix this for 1.2. |
During docker-compose testing, I got the following error:
This was after a battery of compatibility testing.
VCH installation command:
Reinstalling the VCH fixes this. Container logs attached.
container-logs (1).zip
The text was updated successfully, but these errors were encountered: