From 05f80df69c002a6eabfd66f12f74b174c5bab000 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Mon, 24 Jan 2022 18:20:51 +0100
Subject: [PATCH] feat(longhorn): Enable automatic engine migrations for
 volumes

References:
https://longhorn.io/docs/1.2.3/references/settings/#concurrent-automatic-engine-upgrade-per-node-limit
---
 infrastructure/longhorn/release.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/infrastructure/longhorn/release.yaml b/infrastructure/longhorn/release.yaml
index dff57008d..040141d27 100644
--- a/infrastructure/longhorn/release.yaml
+++ b/infrastructure/longhorn/release.yaml
@@ -23,6 +23,8 @@ spec:
         systemDefaultRegistry: docker.io
     persistence:
       defaultClassReplicaCount: 2
+    defaultSettings:
+      concurrentAutomaticEngineUpgradePerNodeLimit: 1
     longhornManager:
       priorityClass: system-cluster-critical
     longhornDriver:
-- 
GitLab