Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent cache dir to be filled by temporary files #15887

Merged

Conversation

cedric-anne
Copy link
Member

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets !29546 !29492 !30032

There was a bug in symfony/cache that was resulting in a lack of cleaning cache temporary files. This caused disk space to fill up with thousands of files in the files/_cache directory. This bug was present only if the target path of the cache file was not writable.

It has been fixed in the latest symfony/cache version (see symfony/symfony#52105).

@cedric-anne cedric-anne added this to the 10.0.11 milestone Oct 30, 2023
@cedric-anne cedric-anne self-assigned this Oct 30, 2023
@trasher trasher merged commit 329b50b into glpi-project:10.0/bugfixes Oct 30, 2023
16 checks passed
@cedric-anne cedric-anne deleted the 10.0/update-symfony-cache branch October 30, 2023 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants