mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-20 23:16:49 +00:00
Fix TeslaMate DB corruption and Rook-Ceph reconcile hang
- Scale CNPG pg-teslamate to 1 instance: on-disk storage corruption (corrupted sequences, system catalog indexes) means replicas cloned via pg_basebackup inherit corruption and can't open any database. Primary works from cached catalogs. Sequences already rebuilt live. - Remove talos-cp-02 from Rook-Ceph nodes list: ceph-volume inventory hangs on BIOS partition via nsenter lvs in host namespace. Talos read-only /etc prevents LVM filter fix. OSD 1 keeps running from its existing deployment. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
8df30c11ee
commit
2643d5e0bf
@@ -5,7 +5,7 @@ metadata:
|
||||
namespace: teslamate
|
||||
spec:
|
||||
imageName: ghcr.io/cloudnative-pg/postgresql:16
|
||||
instances: 2
|
||||
instances: 1
|
||||
|
||||
# Resource limits to prevent OOM
|
||||
resources:
|
||||
|
||||
Reference in New Issue
Block a user