-
Notifications
You must be signed in to change notification settings - Fork 205
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 --blob-cache-dir arg use to generate raw blob cache and meta #1433
Merged
imeoer
merged 1 commit into
dragonflyoss:master
from
zyfjeff:support-generate-blobcache
Oct 10, 2023
Merged
Add --blob-cache-dir arg use to generate raw blob cache and meta #1433
imeoer
merged 1 commit into
dragonflyoss:master
from
zyfjeff:support-generate-blobcache
Oct 10, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zyfjeff
requested review from
bergwolf,
liubin and
hsiangkao
and removed request for
a team
September 25, 2023 06:24
Codecov Report
@@ Coverage Diff @@
## master #1433 +/- ##
==========================================
- Coverage 46.40% 46.28% -0.12%
==========================================
Files 123 123
Lines 38745 38872 +127
Branches 38745 38872 +127
==========================================
+ Hits 17979 17992 +13
- Misses 19794 19906 +112
- Partials 972 974 +2
|
zyfjeff
changed the title
Add --blob-meta and --blob-cache arg use to generate raw blob cache and meta
Wip: Add --blob-meta and --blob-cache arg use to generate raw blob cache and meta
Sep 25, 2023
zyfjeff
force-pushed
the
support-generate-blobcache
branch
from
September 25, 2023 07:12
d6f568c
to
8f42e29
Compare
zyfjeff
changed the title
Wip: Add --blob-meta and --blob-cache arg use to generate raw blob cache and meta
Add --blob-meta and --blob-cache arg use to generate raw blob cache and meta
Sep 25, 2023
zyfjeff
force-pushed
the
support-generate-blobcache
branch
5 times, most recently
from
September 27, 2023 07:35
274cfba
to
7c11850
Compare
imeoer
reviewed
Sep 27, 2023
zyfjeff
force-pushed
the
support-generate-blobcache
branch
from
October 9, 2023 09:59
7c11850
to
3950e33
Compare
zyfjeff
changed the title
Add --blob-meta and --blob-cache arg use to generate raw blob cache and meta
Add --blob-cache-dir arg use to generate raw blob cache and meta
Oct 9, 2023
zyfjeff
force-pushed
the
support-generate-blobcache
branch
2 times, most recently
from
October 9, 2023 10:09
163432f
to
1a0660f
Compare
jiangliu
reviewed
Oct 9, 2023
jiangliu
reviewed
Oct 9, 2023
jiangliu
reviewed
Oct 10, 2023
jiangliu
reviewed
Oct 10, 2023
jiangliu
reviewed
Oct 10, 2023
zyfjeff
force-pushed
the
support-generate-blobcache
branch
2 times, most recently
from
October 10, 2023 02:56
ab10dd0
to
0f4ff08
Compare
imeoer
reviewed
Oct 10, 2023
imeoer
reviewed
Oct 10, 2023
zyfjeff
force-pushed
the
support-generate-blobcache
branch
from
October 10, 2023 03:16
0f4ff08
to
0a8d855
Compare
jiangliu
reviewed
Oct 10, 2023
zyfjeff
force-pushed
the
support-generate-blobcache
branch
3 times, most recently
from
October 10, 2023 08:19
9a7bbaa
to
81764ab
Compare
jiangliu
reviewed
Oct 10, 2023
zyfjeff
force-pushed
the
support-generate-blobcache
branch
2 times, most recently
from
October 10, 2023 09:24
611761c
to
a787562
Compare
imeoer
approved these changes
Oct 10, 2023
jiangliu
approved these changes
Oct 10, 2023
nydus-unit-test-coverage failed due to network issues, and it had nothing to do with my changes. |
generate blob cache and blob meta through the —-blob-cache-dir parameters, so that nydusd can be started directly from these two files without going to the backend to download. this can improve the performance of data loading in localfs mode. Signed-off-by: zyfjeff <[email protected]>
jiangliu
force-pushed
the
support-generate-blobcache
branch
from
October 10, 2023 10:07
a787562
to
d9b7d2f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Relevant Issue (if applicable)
#1415
Details
generate blob cache and blob meta through the —-blob-cache-dir parameters,
so that nydusd can be started directly from these two files without
going to the backend to download. this can improve the performance
of data loading in localfs mode.
Types of changes
What types of changes does your PullRequest introduce? Put an
x
in all the boxes that apply:Checklist
Go over all the following points, and put an
x
in all the boxes that apply.