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

Use memfd_create(2) for sharable file descriptor allocation #1293

Merged
merged 1 commit into from
Apr 10, 2023

Conversation

sighingnow
Copy link
Member

What do these changes do?

  • Use memfd_create() on Linux, verified both on Docker and on Kubernetes (between pods)
  • Fixes the vineyard-dev docker image

Related issue number

Fixes #1292

@sighingnow sighingnow requested a review from siyuan0322 April 10, 2023 10:06
@sighingnow sighingnow marked this pull request as ready for review April 10, 2023 10:06
@github-actions
Copy link
Contributor

github-actions bot commented Apr 10, 2023

😭 Deploy PR Preview 227c547 failed. Build logs
🤖 By netlify

Signed-off-by: Tao He <linzhu.ht@alibaba-inc.com>
@sighingnow sighingnow merged commit dfb5809 into v6d-io:main Apr 10, 2023
@sighingnow sighingnow deleted the ht/memfd_create branch April 10, 2023 11:41
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.

Experiment memfd to check if the sigbus error can be resolved
1 participant