Skip to content

Commit fc67a9e

Browse files
author
Shovan Maity
authored
feat(charts): set default fstype to ext4 in csi-provisioner (#86)
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]>
1 parent 1441037 commit fc67a9e

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

deploy/helm/charts/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: lvm-localpv
33
description: CSI Driver for dynamic provisioning of LVM Persistent Local Volumes.
4-
version: 0.5.0
4+
version: 0.5.1
55
appVersion: 0.5.0
66
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png
77
home: http://www.openebs.io/
@@ -20,4 +20,4 @@ maintainers:
2020
- name: pawanpraka1
2121
2222
- name: iyashu
23-
23+

deploy/helm/charts/templates/lvm-controller.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ spec:
8585
- "--leader-election"
8686
- "--enable-capacity={{ .Values.storageCapacity }}"
8787
- "--extra-create-metadata=true"
88+
- "--default-fstype=ext4"
8889
env:
8990
- name: ADDRESS
9091
value: /var/lib/csi/sockets/pluginproxy/csi.sock

deploy/lvm-operator.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1182,6 +1182,7 @@ spec:
11821182
- "--strict-topology"
11831183
- "--leader-election"
11841184
- "--extra-create-metadata=true"
1185+
- "--default-fstype=ext4"
11851186
env:
11861187
- name: ADDRESS
11871188
value: /var/lib/csi/sockets/pluginproxy/csi.sock

deploy/yamls/lvm-driver.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -789,6 +789,7 @@ spec:
789789
- "--strict-topology"
790790
- "--leader-election"
791791
- "--extra-create-metadata=true"
792+
- "--default-fstype=ext4"
792793
env:
793794
- name: ADDRESS
794795
value: /var/lib/csi/sockets/pluginproxy/csi.sock

0 commit comments

Comments
 (0)