hello, we have a bunch of docker hosts and usually put /var/lib/docker to it's own partition, so root won't fill up.
now, with recent docker installations, /var/lib/containerd is getting used per default, thus rendering our current partitioning scheme useless.
is it safe to relocate /var/lib/containerd to /var/lib/docker/containerd ?
i'm not really sure, as /var/lib/docker is "docker data dir" and i'm not sure what will happen if you put other dirs into that.