concourse: 3.11.0 worker restart regression
Bug Report
- Concourse version: 3.11.0
- Deployment type (BOSH/Docker/binary): docker
- Infrastructure/IaaS: Ubuntu 16.04 VM
- Did this used to work? yes in 3.10.0
When restarting a worker (or rebooting the machine), 3.11.0 workers fail to start if the volumes.img
already exists.
Removing the file allows the worker to start, but fails on next restart/reboot.
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Reactions: 7
- Comments: 16 (1 by maintainers)
I am facing same issue with concourse helm chart with image version 7.7.I had deployed previously with baggageclaim driver set to : naive.But it did not work since all went down.Again I redployed the total helm via brtfs & making mkfs.brtfs flag as enabled setting the required binary,but still facing the same issue
@billimek unfortunately it doesn’t seem to work.
We have the same problem with Concourse 5.0 and the following versions:
How to reproduce:
docker-compose up
docker-compose up
and you get the following error:I think this error is actually going to be fixed by https://github.com/concourse/concourse-docker/pull/15
Removing the
volumes.img
was probably just masking the check using the missingfile
command. Can’t wait to see this PR included in a release!Got the same error each time the worker restart with this configuration :