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

revert #741: bind fuse connections into mount pod #746

Merged
merged 1 commit into from
Sep 11, 2023

Conversation

Hexilee
Copy link
Contributor

@Hexilee Hexilee commented Sep 11, 2023

close #744

The /sys/fs/fuse/connections may not exist because of a kernel bug

@Hexilee
Copy link
Contributor Author

Hexilee commented Sep 11, 2023

Refer to ceph/ceph#34839, execute modprobe fuse manually may fix this issue. However, the fuse module in a container may conflict with the kernel.

Binding the whole /sys/fs may work, but the /sys/fs already exists in jfs-mount container, overriding them may cause unexpected conditions.

@codecov-commenter
Copy link

Codecov Report

Patch and project coverage have no change.

Comparison is base (bab665a) 38.12% compared to head (cabea5c) 38.12%.
Report is 5 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #746   +/-   ##
=======================================
  Coverage   38.12%   38.12%           
=======================================
  Files          33       33           
  Lines        4092     4092           
=======================================
  Hits         1560     1560           
  Misses       2385     2385           
  Partials      147      147           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@zwwhdls zwwhdls merged commit ecddc72 into master Sep 11, 2023
23 checks passed
@zwwhdls zwwhdls deleted the revert/fuse-connections branch September 11, 2023 03:40
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.

[BUG] mount failed when /sys/fs/fuse not exist in host
3 participants