failed to stream in to volume
Closed this issue · 4 comments
- Concourse version:
3.14.0
- Deployment type (BOSH/Docker/binary):
binary
- Infrastructure/IaaS:
VMware
- Browser (if applicable):
Chrome / Firefox
- Did this used to work?
Initial Test
I am using #14 pipeline to automate PCF ecosystem backup. Out of three jobs running in parallel , job #1 (bbr-backup-ert
) and job #2 (export-om-installation
) finish successfully. However, job #2 (bbr-backup-director
) errors out with the following message:
failed to stream in to volume
.
This is it. No more information. Won't tell me why it failed.
How can I troubleshoot this? Any ideas?
Thanks a lot.
Alex
We have created an issue in Pivotal Tracker to manage this:
https://www.pivotaltracker.com/story/show/158609170
The labels on this github issue will be updated when the story is started.
I hope Pivotal will pick up this ticket and it won't meet the fate of abandonment just like the rest of the tickets filed here..Honestly, why even have Issues
feature available if no one is looking at it...
Hi @akamalov ! It looks like your backup succeeded, but it's failing to upload the artifact to your director-backup-bucket
. What you are seeing is a Concourse error, not a BBR error. I would suggest to check the configuration for the bucket in your Concourse pipeline to make sure it's correct. If you believe your configuration is correct, then you might have to get in touch with the Concourse team which maintains the S3 resource.
Thanks!
Giuseppe && @MirahImage