feat: support persist cache task when scheduler replicates task #953
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This pull request includes various changes to the
dragonfly-client
project, focusing on version updates, error handling improvements, and disk space management enhancements. The key changes are listed below.Version Updates:
dragonfly-client
and its dependencies from0.2.5
to0.2.6
inCargo.toml
. [1] [2]Error Handling Improvements:
NoSpace
to theDFError
enum indragonfly-client-core/src/error/mod.rs
to handle cases where there is no space left on the device.Disk Space Management Enhancements:
dragonfly-client-storage/src/content.rs
anddragonfly-client-storage/src/lib.rs
to check available and total disk space, and to verify if there is enough space to store content. [1] [2]GC
implementation indragonfly-client/src/gc/mod.rs
to use the new disk space methods for evicting tasks based on disk usage. [1] [2]Configuration Adjustments:
dragonfly-client-config/src/dfdaemon.rs
.Code Cleanup:
dragonfly-client/src/gc/mod.rs
anddragonfly-client/src/grpc/dfdaemon_download.rs
. [1] [2]These changes collectively enhance the project's robustness and efficiency, particularly in handling disk space and improving error management.
Related Issue
dragonflyoss/dragonfly#3811
Motivation and Context
Screenshots (if appropriate)