-
Notifications
You must be signed in to change notification settings - Fork 109
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
Timeout while listing DO volume snapshots #295
Comments
Hi @PrasadG193 👋 Just to clarify: were you able to verify that the timeout continued to occur even after several minutes? I'd like to rule out this wasn't a temporary problem with the public snapshot API. Thank you! |
Hey @timoreimann , |
In a quick test, I was able to list ~400 snapshots from the DO API in approximately 10 seconds. This means that in general, the API should be fast enough. We need to inspect the particular cluster that you made those requests from. I think you also opened a DO support ticket, so let's continue further coordination from there and eventually post the final results here. |
I'm going to close this one out since you also filed a DO support ticket. Feel free to continue the discussion there. For what it's worth, we made several improvements and fixes to the CSI driver recently, also for snapshots. It doesn't explain your performance issues, though it may affect your usage of snapshots in other regards (#299 seems relevant in particular). We plan on doing a release soon. Keep an eye on the DOKS change log for when the fixes will be available in our managed offering. Let us know if you have more questions. |
Sure. Thanks @timoreimann |
What did you do? (required. The issue will be closed when not provided.)
I tried creating
VolumeSnapshot
by referencing existingVolumeSnapshotContent
with manifest like this:What did you expect to happen?
I was expecting
VolumeSnapshot
resource to be created without any error and statusreadyToUse: true
to be setbut instead the resource created failed with the following error in the created
VolumeSnapshot
statusI am assuming this due to timeout reached while quering the snapshot resource since we have large number of snapshot created i.e around 270+. When we cleaned up the existing snapshot, the resource got created.
Configuration (MUST fill this out):
manifests used to reproduce the issue:
volumesnapshotcontent.yaml
volumesnapshot.yaml
CSI Version: v1.2.0
Kubernetes Version: v1.16.6
Cloud provider/framework version, if applicable (such as Rancher): DigitalOcean managed Kubernetes
The text was updated successfully, but these errors were encountered: