mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
Add xfs fstype as default type in storageclass
we have see better performace in device format and mounting by setting the fstype to xfs from default ext4. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
31648c8feb
commit
4ba2d0e10b
@ -30,7 +30,9 @@ parameters:
|
|||||||
csi.storage.k8s.io/provisioner-secret-namespace: default
|
csi.storage.k8s.io/provisioner-secret-namespace: default
|
||||||
csi.storage.k8s.io/node-stage-secret-name: csi-rbd-secret
|
csi.storage.k8s.io/node-stage-secret-name: csi-rbd-secret
|
||||||
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,
|
||||||
|
# csi-provisioner will set default as `ext4`.
|
||||||
|
csi.storage.k8s.io/fstype: xfs
|
||||||
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user