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

Provide a way for jobs to have a read/write root filesystem #70

Closed
nfachan opened this issue Nov 10, 2023 · 0 comments
Closed

Provide a way for jobs to have a read/write root filesystem #70

nfachan opened this issue Nov 10, 2023 · 0 comments
Assignees
Milestone

Comments

@nfachan
Copy link
Collaborator

nfachan commented Nov 10, 2023

In the end, we're mounting one big overlayfs and specifying no upperdir to give us a read-only file system. We could specify an upperdir and then the file system would be read-write. It seems like there would be three options for what type the upper file system was:

  1. tmpfs
  2. ephemeral but disk backed
  3. output

We could also provide a way to have this happen not just a /, but that may need to wait until we're doing fuse.

@nfachan nfachan added the job label Nov 10, 2023
@nfachan nfachan added this to the Launch milestone Dec 1, 2023
@nfachan nfachan self-assigned this Dec 7, 2023
@nfachan nfachan modified the milestones: Launch, 0.2.0 Dec 7, 2023
@nfachan nfachan assigned nfachan and unassigned nfachan Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant