···100100 replicaSoftAntiAffinity: false
101101 replicaZoneSoftAntiAffinity: true
102102 replicaAutoBalance: best-effort
103103- # Serialize rebuilds — concurrent rebuilds saturate disk/network
104104- # and make kubectl unresponsive on cloud nodes.
105105- concurrentReplicaRebuildPerNodeLimit: 1
103103+ concurrentReplicaRebuildPerNodeLimit: 3
106104 # When a node goes NotReady, allow Longhorn to force-delete the
107105 # stuck pod so the volume can detach + reattach to the rescheduled
108106 # pod on a healthy node. Cuts failover from ~5min to ~2min.