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

Add checkpoint in fs backup deletion #7621

Conversation

danfengliu
Copy link
Contributor

@danfengliu danfengliu commented Apr 3, 2024

Thank you for contributing to Velero!

Please add a summary of your change

As per PR #7281, if repository count is more than 1, then snapshots deletion is achieved with a fast way, then we should have more than 1 FS backup repository per backup.

Does your change fix a particular issue?

Fixes #7545

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.

@danfengliu danfengliu added the kind/changelog-not-required PR does not require a user changelog. Often for docs, website, or build changes label Apr 3, 2024
@danfengliu danfengliu added this to the v1.14 milestone Apr 3, 2024
@danfengliu danfengliu self-assigned this Apr 3, 2024
@danfengliu danfengliu force-pushed the add-checkpoint-in-fs-backup-deletion branch from 2dde077 to 9bdb6cb Compare April 3, 2024 05:52
@danfengliu danfengliu force-pushed the add-checkpoint-in-fs-backup-deletion branch from 9bdb6cb to 47f1017 Compare April 3, 2024 05:53
Copy link

codecov bot commented Apr 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.65%. Comparing base (3cbf2eb) to head (61c4d7b).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7621   +/-   ##
=======================================
  Coverage   58.65%   58.65%           
=======================================
  Files         344      344           
  Lines       28730    28730           
=======================================
  Hits        16853    16853           
  Misses      10448    10448           
  Partials     1429     1429           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@danfengliu danfengliu force-pushed the add-checkpoint-in-fs-backup-deletion branch 4 times, most recently from d812135 to 2b3b719 Compare April 3, 2024 09:54
@danfengliu danfengliu force-pushed the add-checkpoint-in-fs-backup-deletion branch 4 times, most recently from ba2e829 to c735b36 Compare April 29, 2024 03:37
@danfengliu danfengliu marked this pull request as ready for review April 29, 2024 03:38
@danfengliu danfengliu requested a review from qiuming-best April 29, 2024 03:38
@danfengliu danfengliu force-pushed the add-checkpoint-in-fs-backup-deletion branch 4 times, most recently from 9d56564 to 7466eb7 Compare April 29, 2024 09:36
@danfengliu danfengliu force-pushed the add-checkpoint-in-fs-backup-deletion branch 2 times, most recently from fffbb32 to 45c9999 Compare May 7, 2024 07:51
As per PR vmware-tanzu#7281, if repository count is more than 1, then snapshots deletion is achieved with a fast way, then we should have more than 1 FS backup repository per backup.

Signed-off-by: danfengl <[email protected]>
@danfengliu danfengliu force-pushed the add-checkpoint-in-fs-backup-deletion branch from 45c9999 to 61c4d7b Compare May 7, 2024 07:52
@danfengliu danfengliu merged commit 43d1568 into vmware-tanzu:main May 8, 2024
65 of 66 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
has-e2e-2tests kind/changelog-not-required PR does not require a user changelog. Often for docs, website, or build changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

E2E - Backup deletion test with repo snapshots
3 participants