Skip to content

Commit

Permalink
passtrough /var/lib/linstor on satellites
Browse files Browse the repository at this point in the history
  • Loading branch information
kvaps committed Dec 13, 2020
1 parent 40e92a2 commit 3b583dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions helm/kube-linstor/templates/satellite-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ spec:
mountPath: /etc/drbd.d
- name: var-lib-drbd
mountPath: /var/lib/drbd
- name: var-lib-linstor
mountPath: /var/lib/linstor
- name: var-lib-linstor-d
mountPath: /var/lib/linstor.d
- name: lib-modules
Expand Down Expand Up @@ -143,6 +145,9 @@ spec:
- name: var-lib-drbd
hostPath:
path: /var/lib/drbd
- name: var-lib-linstor
hostPath:
path: /var/lib/linstor
- name: var-lib-linstor-d
hostPath:
path: /var/lib/linstor.d
Expand Down

0 comments on commit 3b583dd

Please sign in to comment.