We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cloud-provider-openstack/pkg/csi/cinder/openstack/openstack_volumes.go
Line 116 in e951ec3
The text was updated successfully, but these errors were encountered:
The following code changes look more reasonable and support v2 and v3 versions:
blockstorageClient := *os.blockstorage if !os.bsOpts.IgnoreVolumeMicroversion { blockstorageClient.Microversion = "3.34" }
opts := volumes.ListOpts{Name: n} pages, err := volumes.List(&blockstorageClient, opts).AllPages()
Sorry, something went wrong.
@PilotPaul there was never support for v2/volumes in the repo.
got it, thx a lot
No branches or pull requests
cloud-provider-openstack/pkg/csi/cinder/openstack/openstack_volumes.go
Line 116 in e951ec3
The text was updated successfully, but these errors were encountered: