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

restic backupper: ignore volumes of non-running pods #4584

Merged
merged 2 commits into from
Feb 15, 2022

Conversation

euven
Copy link
Contributor

@euven euven commented Jan 27, 2022

This patch deals with cases like completed jobs failing to back up, by ignoring backup attempts for volumes of pods that are no longer running.

Fixes #2395

Please indicate you've done the following:

  • Accepted the DCO. Commits without the DCO will delay acceptance.
  • Created a changelog file or added /kind changelog-not-required as a comment on this pull request.
  • Updated the corresponding documentation in site/content/docs/main.

@netlify
Copy link

netlify bot commented Jan 27, 2022

✔️ Deploy Preview for fervent-minsky-ed95cc canceled.

🔨 Explore the source changes: 36e6d95

🔍 Inspect the deploy log: https://app.netlify.com/sites/fervent-minsky-ed95cc/deploys/61f1f79e98318e0007d99b31

Signed-off-by: Eugene Venter <eugene@catalyst.net.nz>
Signed-off-by: Eugene Venter <eugene@catalyst.net.nz>
@euven euven force-pushed the restic-backups-skip-non-running-pods branch from 085cfd5 to 36e6d95 Compare January 27, 2022 01:38
@evhan
Copy link

evhan commented Feb 13, 2022

This fixes the issue we've encountered, where Velero reports "PartiallyFailed" for otherwise successful backups when there are completed jobs included.

@euven
Copy link
Contributor Author

euven commented Feb 15, 2022

Hey @jenting and @sseago - what else is needed here to see this merged?

We're really keen to see this in a near-future release :)

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Restic backups when taking backups of pods not in "Running" state
4 participants