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

Track the skipped PV when SnapshotVolumes set as false #7152

Merged

Conversation

reasonerjt
Copy link
Contributor

This commit makes sure if a PV is not taken snapshot b/c the flag SnapshotVolumes is set to false in a backup CR, the PV is also tracked as skipped in the tracker.

Fixes #5834

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.

@reasonerjt reasonerjt requested review from ywk253100 and Lyndon-Li and removed request for qiuming-best November 28, 2023 09:35
@reasonerjt reasonerjt force-pushed the track-skipped-SnapshotVolumes-false branch from 462e615 to 9b7a5c2 Compare November 28, 2023 14:50
This commit makes sure if a PV is not taken snapshot b/c the flag
SnapshotVolumes is set to false in a backup CR, the PV is also also
tracked as skipped in the tracker.

Signed-off-by: Daniel Jiang <[email protected]>
@reasonerjt reasonerjt force-pushed the track-skipped-SnapshotVolumes-false branch from 9b7a5c2 to b759877 Compare November 28, 2023 14:52
Copy link

codecov bot commented Nov 28, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ccd3f22) 61.69% compared to head (b759877) 61.81%.
Report is 13 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7152      +/-   ##
==========================================
+ Coverage   61.69%   61.81%   +0.11%     
==========================================
  Files         258      259       +1     
  Lines       27644    27865     +221     
==========================================
+ Hits        17055    17224     +169     
- Misses       9395     9438      +43     
- Partials     1194     1203       +9     

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

@blackpiglet blackpiglet merged commit f5bbe82 into vmware-tanzu:main Nov 29, 2023
24 checks passed
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.

Summarize volumes skipped during backup
3 participants