Date
1 - 2 of 2
Failed compiling packages during cf-215 upgrade in bosh director
Lingesh Mouleeshwaran <lingeshmouleeshwaran@...>
Hi Team , we are getting below error for few packages during cf 2215
version deployment via bosh. Please any idea to add / restore the missing blobstores in bosh director. Failed compiling packages > golang1.3/e4b65bcb478d9bea1f9c92042346539713551a4a: Action Failed get_task: Task 4f0a837d-f87d-429d-58d2-3bdc297e0251 result: Compiling package golang1.3: Fetching package golang1.3: Fetching package blob 797ed1ec-dd77-47b0-ad70-0cb26c3f31d1: Getting blob from inner blobstore: Getting blob from inner blobstore: Shelling out to bosh-blobstore-dav cli: Running command: 'bosh-blobstore-dav -c /var/vcap/bosh/etc/blobstore-dav.json get 797ed1ec-dd77-47b0-ad70-0cb26c3f31d1 /var/vcap/data/tmp/bosh-blobstore-externalBlobstore-Get048275605', stdout: 'Error running app - Getting dav blob 797ed1ec-dd77-47b0-ad70-0cb26c3f31d1: Wrong response code: 404; body: Regards Lingesh M |
|
Dmitriy Kalinin
Looks like as you already mentioned your blobstore got corrupted somehow
(did you delete some blobs or ran out of space?). You can try using recent exprimental feature: https://www.pivotaltracker.com/story/show/101003512 bosh upload release ~/Downloads/cf-release-215.tgz --fix It's not fully complete yet since it does not fix compiled packages but it may fix your specific case. Alternatively you can create a dev release with a different name (cf-release-2) from the cf-release git repo and upload it. On Mon, Nov 9, 2015 at 12:55 AM, Lingesh Mouleeshwaran < lingeshmouleeshwaran(a)gmail.com> wrote: Hi Team , we are getting below error for few packages during cf 2215 |
|