From 2d997a4f8dddb173f36888edfd62bb589b4c4f4c Mon Sep 17 00:00:00 2001 From: xy2 Date: Sun, 23 Mar 2025 23:22:26 +0300 Subject: [PATCH] Remove workaround for ZFS tools. (#704) The mounting of /run parts was fixed in a consistent way upstream. fixes #699 ## Summary by CodeRabbit - **Chores** - Streamlined satellite configurations by removing an unnecessary volume setting from a container. - Eliminated an unneeded container entry along with its related configuration, reducing overall complexity. Signed-off-by: Denis Seleznev --- .../system/linstor/templates/satellites-plunger.yaml | 2 -- packages/system/linstor/templates/satellites-talos.yaml | 9 --------- 2 files changed, 11 deletions(-) diff --git a/packages/system/linstor/templates/satellites-plunger.yaml b/packages/system/linstor/templates/satellites-plunger.yaml index d70191e0..b3abd152 100644 --- a/packages/system/linstor/templates/satellites-plunger.yaml +++ b/packages/system/linstor/templates/satellites-plunger.yaml @@ -25,8 +25,6 @@ spec: # make some room for live debugging readOnlyRootFilesystem: false volumeMounts: - - mountPath: /run - name: host-run - mountPath: /dev name: dev - mountPath: /var/lib/drbd diff --git a/packages/system/linstor/templates/satellites-talos.yaml b/packages/system/linstor/templates/satellites-talos.yaml index 6c65cc95..c5be9204 100644 --- a/packages/system/linstor/templates/satellites-talos.yaml +++ b/packages/system/linstor/templates/satellites-talos.yaml @@ -22,11 +22,6 @@ spec: $patch: delete - name: drbd-module-loader $patch: delete - containers: - - name: linstor-satellite - volumeMounts: - - mountPath: /run - name: host-run volumes: - name: run-systemd-system $patch: delete @@ -46,7 +41,3 @@ spec: hostPath: path: /var/etc/lvm/archive type: DirectoryOrCreate - - name: host-run - hostPath: - path: /run - type: DirectoryOrCreate