mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 05:26:49 +00:00
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:
co-authored by
Claude Opus 4.6
parent
2643d5e0bf
commit
a93df9375a
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user