-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 support for block volumes #6897
Add support for block volumes #6897
Conversation
Codecov Report
@@ Coverage Diff @@
## release-1.12 #6897 +/- ##
================================================
- Coverage 60.47% 60.37% -0.10%
================================================
Files 244 246 +2
Lines 26074 26232 +158
================================================
+ Hits 15768 15838 +70
- Misses 9199 9279 +80
- Partials 1107 1115 +8
|
@dzaninovic Oh, I guess you need to update the changelog filename to reflect the cherry-pick PR number. |
0dcce79
0dcce79
to
3bd6a8a
Compare
@sseago, I was not sure if that needs to be updated since it is a cherry-pick. |
@dzaninovic one more thing -- looks like this PR needs to be rebased after recent merges to release-1.12 |
3bd6a8a
to
49dc819
Compare
@sseago, I rebased it again. |
need dco |
im assuming it wants signoff as last line in commit message. |
Just |
(cherry picked from commit 8e01d1b) Signed-off-by: David Zaninovic <[email protected]>
49dc819
to
feccdec
Compare
I fixed the DCO issue by moving it to the last line. |
/lgtm |
(cherry picked from commit 8e01d1b) Signed-off-by: David Zaninovic <[email protected]>
(cherry picked from commit 8e01d1b) Signed-off-by: David Zaninovic <[email protected]>
(cherry picked from commit 8e01d1b) Signed-off-by: David Zaninovic <[email protected]>
(cherry picked from commit 8e01d1b) Signed-off-by: David Zaninovic <[email protected]>
(cherry picked from commit 8e01d1b) Signed-off-by: David Zaninovic <[email protected]>
(cherry picked from commit 8e01d1b) Signed-off-by: David Zaninovic <[email protected]>
(cherry picked from commit 8e01d1b) Signed-off-by: David Zaninovic <[email protected]>
(cherry picked from commit 8e01d1b) Signed-off-by: David Zaninovic <[email protected]>
(cherry picked from commit 8e01d1b) Signed-off-by: David Zaninovic <[email protected]>
(cherry picked from commit 8e01d1b) Signed-off-by: David Zaninovic <[email protected]>
Thank you for contributing to Velero!
Please add a summary of your change
Cherry-pick #6680 to 1.12 release.
Does your change fix a particular issue?
Fixes #6548
Please indicate you've done the following:
/kind changelog-not-required
as a comment on this pull request.site/content/docs/main
.Testing
I ran automated tests and retested backup and restore of block and filesystem PVC with md5 verification.