File tree Expand file tree Collapse file tree
infrastructure/storage/longhorn Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,10 +10,9 @@ defaultSettings:
1010 storageOverProvisioningPercentage : " 100"
1111 allowRecurringJobWhileVolumeDetached : " true"
1212 replicaAutoBalance : " best-effort"
13- # Ensure new consolidated settings that can be per-engine stay simple scalars for V1-only clusters
14- # These avoid parse errors like strconv.ParseBool/Int seen in manager logs when JSON strings are provided.
15- fastReplicaRebuildEnabled : ' {"v1":"false"}'
16- engineReplicaTimeout : ' {"v1":"8"}'
13+ # Keep consolidated settings as simple scalars unless actively using V2; avoids known 1.10.0 parsing bugs.
14+ fastReplicaRebuildEnabled : " false"
15+ engineReplicaTimeout : " 8"
1716 guaranteedInstanceManagerCPU : " 12"
1817# -- Disables the pre-upgrade check job. This is recommended for GitOps tools
1918# like ArgoCD to prevent sync failures.
You can’t perform that action at this time.
0 commit comments