set the snapshotter to devmapper in setup script

Signed-off-by: Eric Ernst <eric.ernst@intel.com>
This commit is contained in:
Eric Ernst
2019-11-12 22:56:54 -08:00
committed by Ganesh Maharaj Mahalingam
parent 46b3f230ee
commit a0ca2a2017
@@ -56,6 +56,9 @@ else
[plugins.devmapper]
pool_name = "contd-thin-pool"
base_image_size = "4096MB"
[plugins.cri]
[plugins.cri.containerd]
snapshotter = "devmapper"
EOT
fi