Skip to content

Commit

Permalink
Merge pull request #12280 from pa1op/fix/csi-provider-explicit-fstype
Browse files Browse the repository at this point in the history
Set explicit fsType to be able to mount volumes
  • Loading branch information
k8s-ci-robot committed Sep 6, 2021
2 parents 9c4ed46 + e1ddf87 commit 89a9a4a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ spec:
- "--csi-address=$(ADDRESS)"
- "--timeout=3m"
- "--extra-create-metadata"
- "--default-fstype=ext4"
{{ if WithDefaultBool .CloudConfig.Openstack.BlockStorage.CSITopologySupport false }}
- --feature-gates=Topology=true
{{ end }}
Expand Down

0 comments on commit 89a9a4a

Please sign in to comment.