Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
fix(node): add hostIPC flag on pod to prevent multipath -f from hanging
Browse files Browse the repository at this point in the history
hostIPC allows to share semaphores with host, since multipath -f is using semaphores, it was a requirement for it to not hang
  • Loading branch information
paullaffitte committed Jun 8, 2021
1 parent bc3da84 commit d292c50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helm/dothill-csi/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
spec:
{{ if .Values.pspAdmissionControllerEnabled }}serviceAccount: csi-node-registrar{{ end }}
hostNetwork: true
hostIPC: true
{{- if .Values.nodeServer.nodeAffinity }}
affinity:
nodeAffinity:
Expand Down

0 comments on commit d292c50

Please sign in to comment.