Disappearing Redis Cache Store

Disappearing Redis Cache Store

by Brian Y -
Number of replies: 1

I'm experiencing some strange redis cache store behavior. I've configured a Redis cache server and tested the configuration but the store seems to be randomly disappearing. When visiting /cache/admin.php the store will show but if I refresh the page the stores go to 0 then refresh again and the store is back.

I was experiencing this with 3.8 and 3.9 and now 3.10.

Moodle 3.10+
Ubuntu 18
PHP-FPM 7.4 

This is a kubernetes setup with multiple pods sharing the appropriate directories/files via NFS.

Has anyone experienced this or know what would be causing it?

Thanks
Brian

::EDIT::

I think this is because of missing configuration on pods, if I rebuild all pods, the config is gone. Where are the cache store settings stored?

Average of ratings: -
In reply to Brian Y

Re: Disappearing Redis Cache Store

by Brian Y -
if anyone else experiencing this... the file moodledata/muc/config.php needs to be shared between nodes.
Average of ratings: Useful (1)