-
Notifications
You must be signed in to change notification settings - Fork 957
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 CacheFSRuntime CRD definitions and controller implementations #3675
base: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hi @eryugey. Thanks for your PR. I'm waiting for a fluid-cloudnative member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Thank you for your contribution. Can you separate this PR into several small ones? You can follow the vineyard way. #3528 |
Sure, will do. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #3675 +/- ##
==========================================
- Coverage 64.46% 64.39% -0.07%
==========================================
Files 471 445 -26
Lines 28153 26803 -1350
==========================================
- Hits 18149 17260 -889
+ Misses 7848 7528 -320
+ Partials 2156 2015 -141 ☔ View full report in Codecov by Sentry. |
24e4616
to
d0bc47a
Compare
Fixes: fluid-cloudnative#3674 Signed-off-by: Eryu Guan <[email protected]>
|
Cachefs is a distributed filesystem that cache & accelerate any given POSIX directory with distributed cache.
And ThinRuntime was implemented to make general storage like oss/nas easier to integrate with fluid, but thinruntime doesn't have the ability to cache & accelerate data access on thinruntime.
So CacheFSRuntime is add as a general way to accelerate any storage from thinruntime or any given dir.
Fixes: #3674