Closed siennathesane closed 5 years ago
We have created an issue in Pivotal Tracker to manage this:
https://www.pivotaltracker.com/story/show/165574363
The labels on this github issue will be updated when the story is started.
Thanks for opening an issue. We will prioritize this ASAP.
Hmm, since that error occurs when the Diego cell rep copies the app source files into the staging-task container, I wouldn't expect it to be related to the buildpack at all. That error looks similar to one I noticed and reported to Garden in 2017 (see https://www.pivotaltracker.com/story/show/150961639) but I thought we got the fix for it (something about how overlay handles inodes) backported to the 4.4 kernel. I'd be surprised for it to appear again on what from the /v2/info
data seems to be an up-to-date cfdev
installation.
/cc @cloudfoundry/cf-garden for advice
Hey @mxplusb Garden team here. Could you provide us with the following information:
@Callisto13 this was deployed with cfdev
v0.0.15. @sclevine would know the specifics of CPI, garden, and stemcells that version deploys with.
@mxplusb
Aaah I missed that it was cfdev
! This changes the game a little: cfdev uses a linuxkit kernel not the ubuntu polished one we put in our stemcells. I did a quick cf dev start
and can see that the kernel is 4.14.70-linuxkit
.
If @emalm's suspicions are correct (it certainly looks like he might be) and this is the same thing, then there is the possibility that the fix for the overlay inode problem may not have made it in there. Or it did make it in there and this is something completely different but similar 😄.
Either way, this is almost certainly not a buildpack problem! Please could you open an issue in garden-runc? Thanks!
Looks like this isn't a buildpacks problem, we are closing this on our end.
Sounds good, thanks!
What version of Cloud Foundry and CF CLI are you using? (i.e. What is the output of running
cf curl /v2/info && cf version
?What version of the buildpack you are using?
v1.6.49
If you were attempting to accomplish a task, what was it you were attempting to do?
What did you expect to happen?
The application was able to push successful.
What was the actual behavior?
Can you provide a sample app?
Code Server
This was apparently a known issue in nodejs/docker-node/379
Please confirm where necessary: