FSX OpenZFS slow volume creation

0

Hello everyone,

I have the following problem. I have AWS EKS cluster and I have installed aws-fsx-csi-driver and created FSx OpenZFS filesystem. My EKS StorageClass has following parameters:

  • kind: StorageClass
  • apiVersion: storage.k8s.io/v1
  • metadata:
  • name: fsx-openzfs-delete
  • provisioner: fsx.openzfs.csi.aws.com
  • parameters:
  • ResourceType: "volume"
  • ParentVolumeId: '"fsvol-XXXXXXXXXXX"'
  • DataCompressionType: '"LZ4"'
  • ReadOnly: 'false'
  • RecordSizeKiB: '128'
  • StorageCapacityReservationGiB: '1'
  • StorageCapacityQuotaGiB: '-1'
  • OptionsOnDeletion: '["DELETE_CHILD_VOLUMES_AND_SNAPSHOTS"]'
  • reclaimPolicy: Delete
  • allowVolumeExpansion: true
  • mountOptions:
    • nfsvers=4.1
    • rsize=1048576
    • wsize=1048576
    • timeo=600
    • nconnect=16

wich creates Volumes inside this filesystem. Unfortunatelly the creation of the volumes when I apply PersistentVolumeClaim is very slow. It tooks around minute to create a volume. And when I need to create several, 5 or 6, volumes it tooks too much time for the creation of all of them. In addition the creation of the volumes is not paralel but sequential - one after another. This problem brakes very often my deploys.

How I can speed up volume creation if not with speed like GP2 Volumes but at least to be 2-3 times faster?

thanks

mlade77
질문됨 일 년 전77회 조회
답변 없음

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠