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

[ModifyVolume] No VolumeModifyFailed event emitted when target VAC does not exist #427

Open
AndrewSirenko opened this issue Aug 5, 2024 · 0 comments

Comments

@AndrewSirenko
Copy link
Contributor

No VolumeModifyFailed nor VolumeModify event emitted when PVC is updated to point at non-existent VAC.

I deem this as an external-resizer bug because there is no easy way for customer to see why their volume is not modifying other than checking status.modifyVolumeStatus.status and seeing Pending.

Error message in resizer container:

csi-resizer E0729 00:03:26.778429 1 modify_volume.go:91] Get VAC with vac name <VAC-NAME> in VACInformer cache failed: volumeattributesclass.storage.k8s.io "io6-class" not found


Reproduction steps:

  1. Launch pod and associated PVC (with or without VolumeAttributeClassName pointing to existent VAC).
  2. Patch PVC to non-existent VAC: kubectl patch pvc ebs-claim --patch '{"spec": {"volumeAttributesClassName": "io8-class"}}'
  3. Describe PVC
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

1 participant