Root cause: Longhorn refuses to schedule replicas on nodes without spec.name field. talos-cp-1 was auto-discovered (has spec.name), but cp-2/cp-3 were manually created CRDs without it. Error: 'no node name provided to check node down or deleted' Fix: Add spec.name matching metadata.name for both nodes.