Large number of package.json.tmpxxxxxxxxxx files under /verdaccio/storage/data/npm when installed via Helm - how should they be cleaned up correctly? #5913
killinitzero
started this conversation in
General
Replies: 2 comments
|
It happens time in time whenever the storage is not able to remove temp files. Why it happens die while a tarball is streamed fails or is interrupted the temp files get there. It is safe to remove since the temp is renames once streams ends. I can investigate but I might need to know more info, versions config, plugins etc |
0 replies
|
What's "many"? For every package? If yes, it seems a systemic issue which we should look into. Please post Verdaccio version and config. |
0 replies
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.
Hi Verdaccio team,
We are using Verdaccio deployed via Helm on Kubernetes, and we have noticed a large number of temporary files like the following under:
/verdaccio/storage/data/npmExamples:
package.json.tmp1234567890package.json.tmp0987654321Over time, these
.tmpfiles have accumulated in significant numbers.We would like to understand:
package.json.tmpxxxxxxxxxxfiles?Our main concern is how to clean them up correctly without risking metadata inconsistency or package corruption.
Environment:
/verdaccio/storage/data/npmIf needed, we can provide:
Thanks.
All reactions