Skip to content

Property 'dataDisk.diskIOPSReadWrite' can be enabled only on VMs in a Virtual Machine Scale Set. #3403

@jsanchezmartinez

Description

@jsanchezmartinez

What happened:
Since a few hours ago I'm having issues attaching PVCs in OpenShift (ARO).

What you expected to happen:
PVC disks attached to VMs.

How to reproduce it:
kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
name: managed-premium
provisioner: disk.csi.azure.com
parameters:
storageaccounttype: Premium_LRS
reclaimPolicy: Delete
allowVolumeExpansion: true
volumeBindingMode: WaitForFirstConsumer

Anything else we need to know?:

RESPONSE 400: 400 Bad Request
ERROR CODE: InvalidParameter
{
"error": {
"code": "InvalidParameter",
"message": "Property 'dataDisk.diskIOPSReadWrite' can be enabled only on VMs in a Virtual Machine Scale Set.",
"target": "dataDisk.diskIOPSReadWrite"
}
}

Environment:

  • CSI Driver version: v1.32.0
  • Kubernetes version (use kubectl version): v1.32.9
  • OS (e.g. from /etc/os-release): Red Hat Enterprise Linux
  • Kernel (e.g. uname -a):
  • Install tools:
  • Others:

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/dependencyIssues or PRs related to dependency changeslifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions