Feature: support dynamic mount for ossfs - #3432
Conversation
|
Hi @wangshli. 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. DetailsInstructions 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. |
|
Kudos, SonarCloud Quality Gate passed!
|
9ba0628 to
7b1a204
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3432 +/- ##
==========================================
- Coverage 64.33% 64.18% -0.15%
==========================================
Files 477 478 +1
Lines 28444 28547 +103
==========================================
+ Hits 18300 18324 +24
- Misses 7968 8043 +75
- Partials 2176 2180 +4 ☔ View full report in Codecov by Sentry. |
da70902 to
47a2ce5
Compare
|
Kudos, SonarCloud Quality Gate passed!
|
Signed-off-by: wangshulin <wangshulin@smail.nju.edu.cn>
Signed-off-by: wangshulin <wangshulin@smail.nju.edu.cn>
Signed-off-by: wangshulin <wangshulin@smail.nju.edu.cn>
Signed-off-by: wangshulin <wangshulin@smail.nju.edu.cn>
Signed-off-by: wangshulin <wangshulin@smail.nju.edu.cn>
Signed-off-by: wangshulin <wangshulin@smail.nju.edu.cn>
Signed-off-by: wangshulin <wangshulin@smail.nju.edu.cn>
Signed-off-by: wangshulin <wangshulin@smail.nju.edu.cn>
Signed-off-by: wangshulin <wangshulin@smail.nju.edu.cn>
47a2ce5 to
6dcde3d
Compare
Signed-off-by: trafalgarzzz <trafalgarz@outlook.com>
Signed-off-by: trafalgarzzz <trafalgarz@outlook.com>
Signed-off-by: trafalgarzzz <trafalgarz@outlook.com>
…c/fluid/config/config.json` Signed-off-by: trafalgarzzz <trafalgarz@outlook.com>
Signed-off-by: trafalgarzzz <trafalgarz@outlook.com>
…concilerWithDataset` Signed-off-by: trafalgarzzz <trafalgarz@outlook.com>
Signed-off-by: trafalgarzzz <trafalgarz@outlook.com>
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cheyang, TrafalgarZZZ The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |










Ⅰ. Describe what this PR does
support dynamic mount and add example based on ossfs.
[IMPORTANT] BREAKING CHANGE: In this PR, we changed the mounting path of that FUSE Configmap from
/etc/fluid/config.jsonto/etc/fluid/config/config.json. This may require users to re-build their FUSE image when using new version of Fluid since v1.0.1Ⅱ. Does this pull request fix one issue?
fixes #XXXX
Ⅲ. 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
Compatibility: change thinruntime fuse configmap mount location from
/etc/fluid/config.jsonto/etc/fluid/config/config.jsonCompatibility: change thinruntime runtimeset configmap mount location from
/etc/fluid/runtime.jsonto/etc/fluid/runtime/runtime.json. runtimeset configmap is used for service discovery for a distributed file system. If you are not using runtimeset configmap, this should have no effect.