From ccdb23297ddbd1d1d1e7a2c1a8d3d1dcb2a630ee Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Tue, 24 Sep 2019 14:36:50 +0530 Subject: [PATCH] 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 (cherry picked from commit b44a81bdbc7abf4f4f565300cc82a1d4f36d7d00) --- examples/rbd/storageclass.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rbd/storageclass.yaml b/examples/rbd/storageclass.yaml index fca76a998..49ee285bb 100644 --- a/examples/rbd/storageclass.yaml +++ b/examples/rbd/storageclass.yaml @@ -32,7 +32,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