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

[wip] implement storage #117

Merged
merged 1 commit into from
Dec 23, 2023
Merged

Commits on Dec 23, 2023

  1. implement persistent storage for services

    The manifest.yaml now has a storage section where requests for
    additional named partitions can be added, e.g.
    
    storage:
      - label: zot-data
        persistent: true
        nsgroup: "zot"
        size: 30G
    
    Each target also has a storage section specifying a list of
    labels to mount and destinations at which to mount them.  A
    nonpersistent storage label can be used if some target expects
    to use a lot of temporary space with which it doesn't want to fill
    up the shared /scratch-writes.  Persistent volumes can be used
    to maintain data across reboots.
    
    Signed-off-by: Serge Hallyn <[email protected]>
    hallyn committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    286da66 View commit details
    Browse the repository at this point in the history