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

Velero prune keep retires every 2 second when one prune fails #5276

Open
andy108369 opened this issue Sep 1, 2022 · 3 comments
Open

Velero prune keep retires every 2 second when one prune fails #5276

andy108369 opened this issue Sep 1, 2022 · 3 comments
Assignees
Labels
backlog kind/tech-debt Restic Relates to the restic integration

Comments

@andy108369
Copy link

Discussed here #5268 (comment)

Logs https://gist.github.com/andy108369/5d8088296c5cd10facf5c1384e0dc392

Velero 1.9.1

@Lyndon-Li
Copy link
Contributor

We may make the enhancement like this:

  • We define a max retry count, if it exceeds the count, the current prune will be skipped. The prune will be retried at the next prune due time
  • Use exponential backoff algorithm for the retries

@mmisslin
Copy link

mmisslin commented Nov 23, 2022

Experiencing the same issue here.

Just manually removing the lock file in the Restic repository without uninstall/reinstall and then starting a new backup seems to work on my end. <- Edit: Actually it doesn't sorry, other backups are still failing.

@Moezenka
Copy link

Moezenka commented Feb 2, 2023

Try to increase the velero container requests/limits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog kind/tech-debt Restic Relates to the restic integration
Projects
None yet
Development

No branches or pull requests

5 participants