mirror of
https://github.com/containerd/containerd.git
synced 2026-08-09 17:39:22 +00:00
Rename `default_size_mb` to `default_size` so that it's similar to Docker's `--storage-opt size=30G` flag. For example, ``` toml [plugins."io.containerd.snapshotter.v1.erofs"] default_size = "5GB" ``` Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>