-
Notifications
You must be signed in to change notification settings - Fork 29
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
feat(v2): DR volume #183
feat(v2): DR volume #183
Conversation
I forgot if I've implemented the details that are required for v2 DR volume in the go-spdk-helper side. Don't we need to update go-spdk-helper? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #183 +/- ##
======================================
Coverage 7.86% 7.86%
======================================
Files 23 23
Lines 2010 2010
======================================
Hits 158 158
Misses 1826 1826
Partials 26 26
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
cb5deaa
to
23f54c1
Compare
7e34647
to
faad629
Compare
faad629
to
9c490fd
Compare
It seems good to me but i don't have so much experience on Longhorn backup and restore to understand all the things involved, better to wait for Shuo and Derek to approve. |
d52fd85
to
ab61bf1
Compare
A file can be either a regular file for a v1 volume or a device file for a v2 volume. longhorn/longhorn-6613 Signed-off-by: Chin-Ya Huang <[email protected]>
Signed-off-by: Chin-Ya Huang <[email protected]>
longhorn/longhorn-6613 Signed-off-by: Chin-Ya Huang <[email protected]>
ab61bf1
to
c0618c6
Compare
Signed-off-by: Chin-Ya Huang <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Which issue(s) this PR fixes:
Issue longhorn/longhorn#6613
What this PR does / why we need it:
Support v2 volume for incremental restore.
Special notes for your reviewer:
None
Additional documentation or context
None