Skip to content

[FAQ] Hi--I'm using Velero v1.4.0 with the AWS plugin. After scheduled backups run, I'm getting this error for two volumes on the cluster: ConcurrentSnapshotLimitExceeded: Maximum allowed in-progress snapshots for a single volume exceeded. #3379

Discussion options

You must be logged in to vote

If Velero triggers a persistent volume snapshot, it uses the storage provider API. In AWS, if a snapshot is triggered, the API function returns immediately, but the snapshot creating process might still be running in the background on AWS side. All AWS snapshots which are not finished yet get the label pending . You can only have 5 snapshots with this label at a time. The next one will run into the error you mentioned. So, in your case, you could lower the schedule frequency, to give the snapshots more time to finish on AWS side. You can find more details here, in section "Considerations": https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-creating-snapshot.html

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by carlisia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant