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

Issue fix 6668: add a limitation for fs restore parallelism with other types of restore #6946

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

Lyndon-Li
Copy link
Contributor

Fix #6668, add a limitation for file system restore parallelism with other types of restores (CSI snapshot restore, CSI snapshot movement restore)

@Lyndon-Li Lyndon-Li changed the title Issue fix 6668 Issue fix 6668: add a limitation for fs restore parallelism with other types of restore Oct 12, 2023
@Lyndon-Li Lyndon-Li marked this pull request as ready for review October 12, 2023 03:45
@github-actions github-actions bot requested review from sseago and ywk253100 October 12, 2023 03:45
@Lyndon-Li Lyndon-Li force-pushed the issue-fix-6668 branch 3 times, most recently from b2e2691 to b7ca520 Compare October 12, 2023 03:57
@codecov
Copy link

codecov bot commented Oct 12, 2023

Codecov Report

Merging #6946 (b14bd2c) into main (b6b320c) will decrease coverage by 0.09%.
Report is 37 commits behind head on main.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #6946      +/-   ##
==========================================
- Coverage   60.75%   60.67%   -0.09%     
==========================================
  Files         246      250       +4     
  Lines       26256    26515     +259     
==========================================
+ Hits        15953    16088     +135     
- Misses       9171     9283     +112     
- Partials     1132     1144      +12     

see 32 files with indirect coverage changes

@Lyndon-Li Lyndon-Li merged commit 741b696 into vmware-tanzu:main Oct 12, 2023
23 of 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.

Pod volume restores always run after all data mover restores completes for the same pod
3 participants