Skip to content

feat/tiered-storage

Space requested to merge storage-tiering into master

This commit will add multiple storage destinations in order to accommodate multiple different kinds of storage backends. Such as NVME -> HDD. An automatic configurable mover will move projects from tier to tier based on settings the shepherd owner picks. Tiering is disabled by default and all projects will land in tier1. Tiering requires docker to be configured with multiple storage backends: This is a breaking change as we are changing how the defaults are named.

Merge request reports