Merge pull request #3022 from mxpv/devmapper

Integrate device mapper snapshotter
This commit is contained in:
Michael Crosby
2019-03-29 00:06:11 -04:00
committed by GitHub
16 changed files with 2927 additions and 0 deletions

View File

@@ -104,6 +104,7 @@ make generate
> * `no_btrfs`: A build tag disables building the btrfs snapshot driver.
> * `no_cri`: A build tag disables building Kubernetes [CRI](http://blog.kubernetes.io/2016/12/container-runtime-interface-cri-in-kubernetes.html) support into containerd.
> See [here](https://github.com/containerd/cri-containerd#build-tags) for build tags of CRI plugin.
> * `no_devmapper`: A build tag disables building the device mapper snapshot driver.
>
> For example, adding `BUILDTAGS=no_btrfs` to your environment before calling the **binaries**
> Makefile target will disable the btrfs driver within the containerd Go build.