Project

General

Profile

Actions

Bug #93222

closed

Cache stored in shared file systems

Added by ondro no-lastname-given over 3 years ago. Updated 10 months ago.

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


Related issues 1 (1 open0 closed)

Is duplicate of TYPO3 Core - Bug #72074: FileLockStrategy fails on NFS foldersNew2015-12-06

Actions
Actions #1

Updated by Susanne Moog 10 months ago

  • Is duplicate of Bug #72074: FileLockStrategy fails on NFS folders added
Actions #2

Updated by Susanne Moog 10 months ago

  • Status changed from New to Closed

This is a duplicate of #72074

Actions

Also available in: Atom PDF