diff --git a/examples/rbd/storageclass.yaml b/examples/rbd/storageclass.yaml index 116bb1e1e..aeb3a9a95 100644 --- a/examples/rbd/storageclass.yaml +++ b/examples/rbd/storageclass.yaml @@ -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