docs: Reset max_unmerged_layers = 0 for gpt+vmdk mode

As max_unmerged_layers = 1 is just for fsmerge mode, as containerd
temperally unsupport fsmerge, we just reset it with default 0.

Signed-off-by: Alex Lyn <alex.lyn@antgroup.com>
This commit is contained in:
Alex Lyn
2026-05-25 19:13:28 +08:00
parent a359d13476
commit 53699b0170

View File

@@ -90,7 +90,7 @@ version = 3
[plugins.'io.containerd.snapshotter.v1.erofs']
default_size = '<SIZE>' # SIZE=6G or 10G or other size
max_unmerged_layers = 1
max_unmerged_layers = 0
```
#### Verify the EROFS plugins are loaded