From 21e9ccb437d2fc6ffb0fc623439078323561a565 Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Mon, 24 Aug 2026 22:41:16 +1000 Subject: [PATCH] =?UTF-8?q?Fix=20storage=20class:=20cephrbd-fast-retain=20?= =?UTF-8?q?=E2=86=92=20cephrbd-fast-delete=20(nzbget-kids)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/base/arrstack/nzbget-kids/pvc-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/base/arrstack/nzbget-kids/pvc-config.yaml b/apps/base/arrstack/nzbget-kids/pvc-config.yaml index c154c18..2b7f193 100644 --- a/apps/base/arrstack/nzbget-kids/pvc-config.yaml +++ b/apps/base/arrstack/nzbget-kids/pvc-config.yaml @@ -1,6 +1,6 @@ --- -# NZBGet (kids) config + queue/temp state. RWO on cephrbd (block). Retain: this -# is state. The download data itself lives on the shared media PVCs, not here. +# NZBGet (kids) config + queue/temp state. RWO on cephrbd (block, fast-delete). +# The download data itself lives on the shared media PVCs, not here. apiVersion: v1 kind: PersistentVolumeClaim metadata: @@ -12,5 +12,5 @@ spec: resources: requests: storage: 5Gi - storageClassName: cephrbd-fast-retain + storageClassName: cephrbd-fast-delete volumeMode: Filesystem