Merge pull request #635 from humblec/ext4

Set default FS to "ext4" on RBD device
This commit is contained in:
Humble Devassy Chirammal 2019-09-25 14:06:13 +05:30 committed by GitHub
commit 279197bc78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ parameters:
csi.storage.k8s.io/node-stage-secret-namespace: default
# Specify the filesystem type of the volume. If not specified,
# csi-provisioner will set default as `ext4`.
csi.storage.k8s.io/fstype: xfs
csi.storage.k8s.io/fstype: ext4
# uncomment the following to use rbd-nbd as mounter on supported nodes
# mounter: rbd-nbd
reclaimPolicy: Delete