Enable ZFS support for LINSTOR (#22)
This commit is contained in:
parent
c64c6b549b
commit
b37071f05e
1 changed files with 11 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue