Actions
Bug #93222
closedCache stored in shared file systems
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Caching
Target version:
-
Start date:
2021-01-05
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.3
Tags:
cache,caching
Complexity:
Is Regression:
Sprint Focus:
Description
Hi
We are facing troubles with caching when cache files are stored in shared file systems like NFS, CEPH, K8S storage (like azurefile), etc... .
We are getting errors like:
Uncaught TYPO3 Exception: #1476107295: PHP Warning: fopen(/var/www/html/var/lock/flock_871dc759793b47d54b415adb1d067713): failed to open stream: No such file or directory in...
or
Uncaught TYPO3 Exception: #1476107295: PHP Warning: fopen(/var/www/html/var/cache/[core|fluid|assets|...]): failed to open stream: No such file or directory in ...
We were able to fix it only partially to changing caches to redis. But what about core caches since they are not able to change to redis?
Is there a proper way to solve this issue?
Thank you
Updated by Susanne Moog over 1 year ago
- Is duplicate of Bug #72074: FileLockStrategy fails on NFS folders added
Updated by Susanne Moog over 1 year ago
- Status changed from New to Closed
This is a duplicate of #72074
Actions