Skip to content
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

support juicefs cloud service #1683

Merged
merged 5 commits into from
Mar 31, 2022
Merged

support juicefs cloud service #1683

merged 5 commits into from
Mar 31, 2022

Conversation

zwwhdls
Copy link
Member

@zwwhdls zwwhdls commented Mar 29, 2022

Signed-off-by: zwwhdls [email protected]

Ⅰ. Describe what this PR does

support juicefs cloud service in JuiceFSRuntime
fix #1682

Ⅱ. Does this pull request fix one issue?

Ⅲ. List the added test cases (unit test/integration test) if any, please explain if no tests are needed.

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

@codecov
Copy link

codecov bot commented Mar 30, 2022

Codecov Report

Merging #1683 (b7b041d) into master (bf3b453) will increase coverage by 0.12%.
The diff coverage is 91.72%.

@@            Coverage Diff             @@
##           master    #1683      +/-   ##
==========================================
+ Coverage   70.76%   70.89%   +0.12%     
==========================================
  Files         238      238              
  Lines       13129    13201      +72     
==========================================
+ Hits         9291     9359      +68     
- Misses       2843     2845       +2     
- Partials      995      997       +2     
Impacted Files Coverage Δ
pkg/ddc/juicefs/transform_fuse.go 91.33% <89.42%> (+1.56%) ⬆️
pkg/ddc/juicefs/cacheinfo_parser.go 78.94% <100.00%> (+1.16%) ⬆️
pkg/ddc/juicefs/data_load.go 76.85% <100.00%> (+0.79%) ⬆️
pkg/ddc/juicefs/master_internal.go 63.63% <100.00%> (ø)
pkg/utils/crtl_utils.go 70.17% <100.00%> (+2.86%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bf3b453...b7b041d. Read the comment docs.

@cheyang
Copy link
Collaborator

cheyang commented Mar 30, 2022

@zwwhdls Please fix conflict issue. Thanks.

@@ -1,5 +1,6 @@
# This should not be modified in the usual case.
fullnameOverride: juicefs
isCe: false
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest using meaningful name, because I'm worried about forgetting the meaning of the name in future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURES] support JuiceFS Cloud Service in JuiceFSRuntime
2 participants