CONCOURSE_ENABLE_P2P_VOLUME_STREAMING leads to p2p errors #7388
Unanswered
alex1x
asked this question in
Help & Support
Replies: 1 comment 1 reply
-
|
Most likely the problem is about that Concourse couldn't get an interface for p2p streaming. Can you show Please note that, p2p streaming requires all workers are on the same network and they can reach to each other. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Setting
CONCOURSE_ENABLE_P2P_VOLUME_STREAMINGto true led to certain resource checks failing withrun check: find or create container on worker epsteindidntki: failed to get p2p url: 500.Worker version:
2.3(as reported byfly workers)Web version:
7.4.0(as reported by UI)Setting the parameter to false fixes the issue.
I don't know if it's actually related but I tried setting
CONCOURSE_BAGGAGECLAIM_P2P_INTERFACE_NAME_PATTERNto match my network interface but that made no difference. Any ideas?Beta Was this translation helpful? Give feedback.
All reactions