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

Make parallel restore configurable #7512

Merged

Conversation

qiuming-best
Copy link
Contributor

@qiuming-best qiuming-best commented Mar 11, 2024

Thank you for contributing to Velero!

Please add a summary of your change

Does your change fix a particular issue?

Fixes #(issue)
#7479

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.

Copy link

codecov bot commented Mar 11, 2024

Codecov Report

Attention: Patch coverage is 74.41860% with 11 lines in your changes are missing coverage. Please review.

Project coverage is 61.67%. Comparing base (84c1eca) to head (64a3f2a).
Report is 10 commits behind head on main.

Files Patch % Lines
pkg/uploader/kopia/snapshot.go 60.00% 3 Missing and 1 partial ⚠️
pkg/cmd/cli/restore/create.go 57.14% 2 Missing and 1 partial ⚠️
pkg/uploader/provider/restic.go 0.00% 2 Missing and 1 partial ⚠️
pkg/cmd/util/output/restore_describer.go 90.90% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7512      +/-   ##
==========================================
- Coverage   61.67%   61.67%   -0.01%     
==========================================
  Files         263      263              
  Lines       28676    28715      +39     
==========================================
+ Hits        17687    17709      +22     
- Misses       9744     9759      +15     
- Partials     1245     1247       +2     

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

@qiuming-best qiuming-best force-pushed the support-parallel-restore branch 3 times, most recently from 57b83c2 to c9f957d Compare March 12, 2024 05:33
@qiuming-best qiuming-best changed the title [WIP] Make parallel restore configurable Make parallel restore configurable Mar 12, 2024
@qiuming-best qiuming-best force-pushed the support-parallel-restore branch 6 times, most recently from d93222d to 344ca53 Compare March 15, 2024 07:30
pkg/cmd/cli/restore/create.go Outdated Show resolved Hide resolved
design/Implemented/velero-uploader-configuration.md Outdated Show resolved Hide resolved
design/Implemented/velero-uploader-configuration.md Outdated Show resolved Hide resolved
pkg/builder/restore_builder.go Show resolved Hide resolved
pkg/uploader/kopia/snapshot.go Outdated Show resolved Hide resolved
Signed-off-by: Ming Qiu <mqiu@vmware.com>
@qiuming-best qiuming-best merged commit 365423d into vmware-tanzu:main Mar 25, 2024
65 of 66 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.

3 participants