Skip to content

Commit 8472a40

Browse files
dmcgowandcantah
authored andcommitted
Add blockfile snapshotter to snapshotters doc
Signed-off-by: Derek McGowan <[email protected]> (cherry picked from commit b729962) Signed-off-by: Danny Canter <[email protected]>
1 parent 6740d77 commit 8472a40

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/snapshotters/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,13 @@ Generic:
1010
- `overlayfs` (default): OverlayFS. This driver is akin to Docker/Moby's "overlay2" storage driver, but containerd's implementation is not called "overlay2".
1111
- `native`: Native file copying driver. Akin to Docker/Moby's "vfs" driver.
1212

13+
Block-based:
14+
- `blockfile`: A driver using raw block files for each snapshot. Block files are copied from a parent or base empty block file. Mounting requires a virtual machine or support for loopback mounts.
15+
- `devmapper`: ext4/xfs device mapper. See [`devmapper.md`](./devmapper.md).
16+
1317
Filesystem-specific:
1418
- `btrfs`: btrfs. Needs the plugin root (`/var/lib/containerd/io.containerd.snapshotter.v1.btrfs`) to be mounted as btrfs.
1519
- `zfs`: ZFS. Needs the plugin root (`/var/lib/containerd/io.containerd.snapshotter.v1.zfs`) to be mounted as ZFS. See also https://github.com/containerd/zfs .
16-
- `devmapper`: ext4/xfs device mapper. See [`devmapper.md`](./devmapper.md).
1720

1821
[Deprecated](https://github.com/containerd/containerd/blob/main/RELEASES.md#deprecated-features):
1922
- `aufs`: AUFS. Deprecated since containerd 1.5. Planned to be removed in containerd 2.0. See also https://github.com/containerd/aufs .

0 commit comments

Comments
 (0)