Provide settings to change containerd's persistent storage #1617
Labels
area/core
Issues core to the OS (variant independent)
status/research
This issue is being researched
type/enhancement
New feature or request
Milestone
What I'd like:
Originally posted in #1209
Containerd will store container images in the persistent data storage which is setup with the
Root
property in/etc/containerd/config.toml
. We need to provide a mechanism to allow users to use ephemeral disks as containerd's persistent data storage.Any alternatives you've considered:
With #1601, users can set up and mount the ephemeral disks attached to the host. However, they can't mount the disks directly to where
Root
points (/var/lib/containerd
) since mounts will only propagate on/mnt
in the host. Another problem is that any new mounted filesystem will be labeled withunlabeled_t
rather than withlocal_t
, so we need to figure out what's the best way to handle the initial relabel in those filesystemsThe text was updated successfully, but these errors were encountered: