We were defaulting to ext4 at first and then moved toxfs.

However further testing shows that, ext4 should be
the default or preferred fs for RBD devices.

This patch bring that change

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
(cherry picked from commit b44a81bdbc)
This commit is contained in:
Humble Chirammal 2019-09-24 14:36:50 +05:30 committed by Humble Devassy Chirammal
parent a5896ba633
commit ccdb23297d

View File

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