Skip to content

Add support for Performance based auto-tune block volumes #513

@kdw174

Description

@kdw174

We would like to be able to define a storage class with performance based auto-tune parameters. For example, be able to define a ultra high performance block volume with auto-tune parameters of a min of 30 VPU and 120 VPU.

allowVolumeExpansion: true
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
  name: oci-higher-performance-noatime
parameters:
  attachment-type: paravirtualized
  auto-tune-min: "30"
  auto-tune-max: "120"
provisioner: blockvolume.csi.oraclecloud.com
reclaimPolicy: Delete
volumeBindingMode: WaitForFirstConsumer

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions