Enable ZFS support for LINSTOR (#22)

This commit is contained in:
Andrei Kvapil
2024-02-19 15:12:49 +01:00
committed by GitHub
parent c64c6b549b
commit b37071f05e

View File

@@ -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