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 <noreply@anthropic.com>
This commit is contained in:
Scooby Husky
2026-03-14 16:31:13 -05:00
co-authored by Claude Opus 4.6
parent 2643d5e0bf
commit a93df9375a
+4 -3
View File
@@ -120,9 +120,7 @@ cephClusterSpec:
memory: "50Mi" memory: "50Mi"
# Storage configuration - explicit nodes with passthrough NVMe # Storage configuration - explicit nodes with passthrough NVMe
# NOTE: talos-cp-02 excluded from nodes list because ceph-volume inventory # LVM filter applied via Talos machine config to prevent lvs hang on BIOS partitions
# hangs on its BIOS partition (lvs kernel I/O hang via nsenter on Talos).
# OSD 1 (nvme1n1) continues running from its existing deployment.
storage: storage:
useAllNodes: false useAllNodes: false
useAllDevices: false useAllDevices: false
@@ -130,6 +128,9 @@ cephClusterSpec:
- name: "talos-cp-01" - name: "talos-cp-01"
devices: devices:
- name: "nvme0n1" - name: "nvme0n1"
- name: "talos-cp-02"
devices:
- name: "nvme1n1"
- name: "talos-cp-03" - name: "talos-cp-03"
devices: devices:
- name: "nvme0n1" - name: "nvme0n1"