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"