Vendor in container storage

This should add quota support to cri-o

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh 2017-09-26 19:58:51 +00:00
parent e838611fdd
commit 29bd1c79dd
52 changed files with 2751 additions and 1881 deletions

View file

@ -36,7 +36,7 @@ The `crio` table supports the following options:
CRIO state dir (default: "/var/run/containers/storage")
**storage_driver**=""
CRIO storage driver (default is "devicemapper")
CRIO storage driver (default is "overlay")
**storage_option**=[]
CRIO storage driver option list (no default)
@ -125,7 +125,7 @@ The `crio` table supports the following options:
Path to CNI plugin binaries (default: "/opt/cni/bin/")
# SEE ALSO
crio(8)
crio(8), containers-storage.conf(5)
# HISTORY
Oct 2016, Originally compiled by Aleksa Sarai <asarai@suse.de>