mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 06:20:11 +01:00
feat(charts): set default fstype to ext4 (#339)
Set default fstype to ext4 in csi-provisioner. This will be helpful when fsType is not mention in storageclass. Signed-off-by: Shovan Maity <shovan.cse91@gmail.com>
This commit is contained in:
parent
83f24628ab
commit
ce6efdc84b
4 changed files with 4 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: zfs-localpv
|
name: zfs-localpv
|
||||||
description: CSI Driver for dynamic provisioning of ZFS Persistent Local Volumes.
|
description: CSI Driver for dynamic provisioning of ZFS Persistent Local Volumes.
|
||||||
version: 1.7.0
|
version: 1.7.1
|
||||||
appVersion: 1.7.0
|
appVersion: 1.7.0
|
||||||
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png
|
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/openebs/icon/color/openebs-icon-color.png
|
||||||
home: http://www.openebs.io/
|
home: http://www.openebs.io/
|
||||||
|
|
|
||||||
|
|
@ -78,6 +78,7 @@ spec:
|
||||||
- "--strict-topology"
|
- "--strict-topology"
|
||||||
- "--leader-election"
|
- "--leader-election"
|
||||||
- "--extra-create-metadata=true"
|
- "--extra-create-metadata=true"
|
||||||
|
- "--default-fstype=ext4"
|
||||||
env:
|
env:
|
||||||
- name: ADDRESS
|
- name: ADDRESS
|
||||||
value: /var/lib/csi/sockets/pluginproxy/csi.sock
|
value: /var/lib/csi/sockets/pluginproxy/csi.sock
|
||||||
|
|
|
||||||
|
|
@ -788,6 +788,7 @@ spec:
|
||||||
- "--strict-topology"
|
- "--strict-topology"
|
||||||
- "--leader-election"
|
- "--leader-election"
|
||||||
- "--extra-create-metadata=true"
|
- "--extra-create-metadata=true"
|
||||||
|
- "--default-fstype=ext4"
|
||||||
env:
|
env:
|
||||||
- name: ADDRESS
|
- name: ADDRESS
|
||||||
value: /var/lib/csi/sockets/pluginproxy/csi.sock
|
value: /var/lib/csi/sockets/pluginproxy/csi.sock
|
||||||
|
|
|
||||||
|
|
@ -2082,6 +2082,7 @@ spec:
|
||||||
- "--strict-topology"
|
- "--strict-topology"
|
||||||
- "--leader-election"
|
- "--leader-election"
|
||||||
- "--extra-create-metadata=true"
|
- "--extra-create-metadata=true"
|
||||||
|
- "--default-fstype=ext4"
|
||||||
env:
|
env:
|
||||||
- name: ADDRESS
|
- name: ADDRESS
|
||||||
value: /var/lib/csi/sockets/pluginproxy/csi.sock
|
value: /var/lib/csi/sockets/pluginproxy/csi.sock
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue