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