https://rancher.com/ logo
Title
m

melodic-hamburger-23329

07/09/2022, 3:11 AM
If I use stargz snapshotter, can I disable all other snapshotter plugins..? Or how does containerd utilize snapshotter plugins, and are there some interdependencies, etc.? (ping @best-accountant-68201)
# is it ok to just disable these if using stargz..?
disabled_plugins = [
“io.containerd.snapshotter.v1.btrfs”,
“io.containerd.snapshotter.v1.devmapper”,
“io.containerd.snapshotter.v1.zfs”,
“io.containerd.snapshotter.v1.devmapper”,
“io.containerd.snapshotter.v1.aufs”,
“io.containerd.snapshotter.v1.native”,
“io.containerd.snapshotter.v1.overlayfs”,
“io.containerd.snapshotter.v1.fuse-overlayfs”
]
ah, sorry, wrong workspace. Can’t delete messages..