Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error expanding PVC in OpenShift ARO #910

Open
mcipamo opened this issue Jul 3, 2024 · 1 comment
Open

Error expanding PVC in OpenShift ARO #910

mcipamo opened this issue Jul 3, 2024 · 1 comment

Comments

@mcipamo
Copy link

mcipamo commented Jul 3, 2024

Hi there,

Describe the problem: Customer cannot expand PVC size on ARO cluster using Netapp storage, getting an error:

Ignoring the PVC: didn't find a plugin capable of expanding the volume; waiting for an external controller to process this PVC.

Confirmed that the StorageClass has the allowVolumeExpansion flag set to true.

OpenShift Version: 4.13.23

Is there any additional requirement or specific setup needed for the Trident CSI driver, to enable volume expansion in the ARO environment?

Thanks for your assistance

@wonderland
Copy link

Can you please provide additional details of the PVC, PV and storage class, e.g.

oc get pvc <pvc-name> -o yaml

oc get pv <pv name> -o yaml <-- PV Name will be listed in previous output as volumeName

oc get sc <storage class name> -o yaml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants