From f272a1dccba900b9c6d6c4dea9f014fc92bf81cd Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Mon, 24 Aug 2026 22:42:40 +1000 Subject: [PATCH] =?UTF-8?q?Fix=20storage=20class:=20cephfs-raid5-retain=20?= =?UTF-8?q?=E2=86=92=20cephfs-raid5-delete=20(cheeztv-config)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/base/cheeztv/pvc-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/base/cheeztv/pvc-config.yaml b/apps/base/cheeztv/pvc-config.yaml index 370b6dc..7b2e4bb 100644 --- a/apps/base/cheeztv/pvc-config.yaml +++ b/apps/base/cheeztv/pvc-config.yaml @@ -1,7 +1,7 @@ --- # Jellyfin config: metadata images, plugins, subtitles and config XML. Shared # ReadWriteMany across replicas (all pods read/write the same library metadata); -# the main library DB now lives in PostgreSQL, not here. Retain — this is state. +# the main library DB now lives in PostgreSQL, not here (on CephFS, raid5-delete). apiVersion: v1 kind: PersistentVolumeClaim metadata: @@ -13,5 +13,5 @@ spec: resources: requests: storage: 20Gi - storageClassName: cephfs-raid5-retain + storageClassName: cephfs-raid5-delete volumeMode: Filesystem