From b37071f05e48d2965634f2b15807a808678e43d4 Mon Sep 17 00:00:00 2001 From: Andrei Kvapil Date: Mon, 19 Feb 2024 15:12:49 +0100 Subject: [PATCH] Enable ZFS support for LINSTOR (#22) --- packages/system/linstor/templates/satellites.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages/system/linstor/templates/satellites.yaml b/packages/system/linstor/templates/satellites.yaml index dcfa5b3d..c5f3bdd2 100644 --- a/packages/system/linstor/templates/satellites.yaml +++ b/packages/system/linstor/templates/satellites.yaml @@ -27,6 +27,13 @@ spec: $patch: delete - name: drbd-module-loader $patch: delete + containers: + - name: linstor-satellite + volumeMounts: + - mountPath: /run + name: host-run + securityContext: + readOnlyRootFilesystem: false volumes: - name: run-systemd-system $patch: delete @@ -46,3 +53,7 @@ spec: hostPath: path: /var/etc/lvm/archive type: DirectoryOrCreate + - name: host-run + hostPath: + path: /run + type: DirectoryOrCreate