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

goferfs: Add S/R support for open FDs to deleted files. #11482

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented Feb 19, 2025

goferfs: Add S/R support for open FDs to deleted files.

This support is only needed when the gofer mount in question is writable.
By default, the rootfs has an overlayfs applied, so the gofer lower layer is
not writabled. But if you are using --overlay2=none, then this change should
allow you to save sandbox with open FDs to deleted files in rootfs.

Fixes #11425

@copybara-service copybara-service bot added the exported Issue was exported automatically label Feb 19, 2025
@copybara-service copybara-service bot changed the title Add S/R support for open FDs to deleted files. goferfs: Add S/R support for open FDs to deleted files. Feb 19, 2025
This support is only needed when the gofer mount in question is writable.
By default, the rootfs has an overlayfs applied, so the gofer lower layer is
not writabled. But if you are using --overlay2=none, then this change should
allow you to save sandbox with open FDs to deleted files in rootfs.

Fixes #11425

PiperOrigin-RevId: 728549889
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exported Issue was exported automatically
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Checkpoint fails for containers with deleted-but-open files in --overlay2=none mode
1 participant