-
Notifications
You must be signed in to change notification settings - Fork 25
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: add ParentSelector #936
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #936 +/- ##
==========================================
- Coverage 32.66% 32.27% -0.40%
==========================================
Files 60 61 +1
Lines 9792 9911 +119
==========================================
Hits 3199 3199
- Misses 6593 6712 +119
|
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.
Please add self-test video.
Signed-off-by: baowj <[email protected]>
Signed-off-by: baowj <[email protected]>
Signed-off-by: baowj <[email protected]>
abf164d
to
a0c64c0
Compare
@@ -1580,6 +1580,17 @@ impl DfdaemonUploadClient { | |||
Ok(response.into_inner()) | |||
} | |||
|
|||
/// sync_pieces provides the piece metadata for parent. | |||
#[instrument(skip_all)] | |||
pub async fn sync_host( |
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.
Move to PR: #929.
Description
add
ParentSelector
Related Issue
dragonflyoss/dragonfly#3713
Motivation and Context
Screenshots (if appropriate)
Types of changes
Checklist