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

Image-Backed Jails #6

Open
fabianfreyer opened this issue Jul 5, 2018 · 0 comments
Open

Image-Backed Jails #6

fabianfreyer opened this issue Jul 5, 2018 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed spec Specification storage Storage
Projects

Comments

@fabianfreyer
Copy link
Contributor

This would probably end up being a UFS over ZVOLs

Open questions:

  • Should we keep zvols in <base>/storage, or not. We probably have the following options:
    1. Extraction scheme would be similar to ZFS Support #3, but in zvols. Each layer would be its own zvol. We could quickly clone this into <base>/runtime when starting a jail.
    2. Copy files from dataset in <base>/storage into a new zvol in <base>/runtime on start. Copy files back on commit.
    3. Copy files from dataset in <base>/storage into a new zvol in <base>/runtime on first start. Clone that into <base>/runtime. Copy files back into dataset and/or clone zvol back into <base>/runtime on commit.
@fabianfreyer fabianfreyer added enhancement New feature or request help wanted Extra attention is needed spec Specification labels Jul 5, 2018
@fabianfreyer fabianfreyer added this to To do in Filesystem via automation Jul 5, 2018
@fabianfreyer fabianfreyer added the storage Storage label Jul 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed spec Specification storage Storage
Projects
Filesystem
  
To do
Development

No branches or pull requests

1 participant