Skip to content

Commit

Permalink
Enable iscsid for ubuntu on nutanix (#210)
Browse files Browse the repository at this point in the history
Signed-off-by: Waleed Malik <[email protected]>

Signed-off-by: Waleed Malik <[email protected]>
  • Loading branch information
ahmedwaleedmalik authored Aug 17, 2022
1 parent ef1a71d commit d928f6c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions deploy/osps/default/osp-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -511,8 +511,16 @@ spec:
{{- if or (eq .CloudProviderName "vsphere") (eq .CloudProviderName "vmware-cloud-director") }}
open-vm-tools \
{{- end }}
{{- if eq .CloudProviderName "nutanix" }}
open-iscsi \
{{- end }}
ipvsadm
{{- /* iscsid service is required on Nutanix machines for CSI driver to attach volumes. */}}
{{- if eq .CloudProviderName "nutanix" }}
systemctl enable --now iscsid
{{ end }}
{{- template "containerRuntimeInstallation" }}
{{- template "safeDownloadBinariesScript" }}
Expand Down

0 comments on commit d928f6c

Please sign in to comment.