From a93df9375a148a15b69f762d614b21612b252187 Mon Sep 17 00:00:00 2001 From: Scooby Husky Date: Sat, 14 Mar 2026 16:31:13 -0500 Subject: [PATCH] Add talos-cp-02 back to Rook-Ceph nodes list LVM filter now applied via Talos machine config on all nodes to prevent lvs hang on BIOS partitions. talos-cp-02 can safely run OSD prepare jobs. Co-Authored-By: Claude Opus 4.6 --- infrastructure/rook-ceph/cluster-values.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/infrastructure/rook-ceph/cluster-values.yaml b/infrastructure/rook-ceph/cluster-values.yaml index 5719563..0d17915 100644 --- a/infrastructure/rook-ceph/cluster-values.yaml +++ b/infrastructure/rook-ceph/cluster-values.yaml @@ -120,9 +120,7 @@ cephClusterSpec: memory: "50Mi" # Storage configuration - explicit nodes with passthrough NVMe - # NOTE: talos-cp-02 excluded from nodes list because ceph-volume inventory - # hangs on its BIOS partition (lvs kernel I/O hang via nsenter on Talos). - # OSD 1 (nvme1n1) continues running from its existing deployment. + # LVM filter applied via Talos machine config to prevent lvs hang on BIOS partitions storage: useAllNodes: false useAllDevices: false @@ -130,6 +128,9 @@ cephClusterSpec: - name: "talos-cp-01" devices: - name: "nvme0n1" + - name: "talos-cp-02" + devices: + - name: "nvme1n1" - name: "talos-cp-03" devices: - name: "nvme0n1"