Skip to content

Commit

Permalink
feat(charts): set default fstype to ext4 in csi-provisioner (#86)
Browse files Browse the repository at this point in the history
Set default fstype to ext4 in csi-provisioner. This will be helpful when
fsType is not mention in storageclass.

Signed-off-by: Shovan Maity <[email protected]>
  • Loading branch information
Shovan Maity authored Jun 3, 2021
1 parent 1441037 commit fc67a9e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/helm/charts/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: lvm-localpv
description: CSI Driver for dynamic provisioning of LVM Persistent Local Volumes.
version: 0.5.0
version: 0.5.1
appVersion: 0.5.0
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png
home: http://www.openebs.io/
Expand All @@ -20,4 +20,4 @@ maintainers:
- name: pawanpraka1
email: [email protected]
- name: iyashu
email: [email protected]
email: [email protected]
1 change: 1 addition & 0 deletions deploy/helm/charts/templates/lvm-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ spec:
- "--leader-election"
- "--enable-capacity={{ .Values.storageCapacity }}"
- "--extra-create-metadata=true"
- "--default-fstype=ext4"
env:
- name: ADDRESS
value: /var/lib/csi/sockets/pluginproxy/csi.sock
Expand Down
1 change: 1 addition & 0 deletions deploy/lvm-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1182,6 +1182,7 @@ spec:
- "--strict-topology"
- "--leader-election"
- "--extra-create-metadata=true"
- "--default-fstype=ext4"
env:
- name: ADDRESS
value: /var/lib/csi/sockets/pluginproxy/csi.sock
Expand Down
1 change: 1 addition & 0 deletions deploy/yamls/lvm-driver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,7 @@ spec:
- "--strict-topology"
- "--leader-election"
- "--extra-create-metadata=true"
- "--default-fstype=ext4"
env:
- name: ADDRESS
value: /var/lib/csi/sockets/pluginproxy/csi.sock
Expand Down

0 comments on commit fc67a9e

Please sign in to comment.