mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 10:18:39 +00:00
Enable ZFS support for LINSTOR (#22)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user