Skip to content

Commit

Permalink
Fix volume fsType handling for CSI volumes
Browse files Browse the repository at this point in the history
```improvement operator
An issue causing CSI PV to do not have set `spec.csi.fsType` is now fixed. The csi-provisioner is now started with `--default-fstype=ext4` which is the default fstype to be used when there is no fstype specified in the StorageClass.
```

Co-authored-by: vpnachev <vladimir.nachev@sap.com>
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
  • Loading branch information
ialidzhikov and vpnachev committed Sep 11, 2020
1 parent 93a32fe commit c56fd7f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ spec:
- --kubeconfig=/var/lib/csi-provisioner/kubeconfig
- --feature-gates=Topology=true
- --volume-name-prefix=pv-{{ .Release.Namespace }}
- --default-fstype=ext4
- --leader-election
- --leader-election-namespace=kube-system
- --v=5
Expand Down

0 comments on commit c56fd7f

Please sign in to comment.