mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-30 03:34:29 +01:00
To support the v0.12.0 nydus-snapshotter, we need to update the config
files and the commandline to start nydus-snapshotter.
Signed-off-by: ChengyuZhu6 <chengyu.zhu@intel.com>
(cherry picked from commit 2f9c9e2e63)
25 lines
441 B
JSON
25 lines
441 B
JSON
{
|
|
"device": {
|
|
"backend": {
|
|
"type": "registry",
|
|
"config": {
|
|
"timeout": 5,
|
|
"connect_timeout": 5,
|
|
"retry_limit": 2
|
|
}
|
|
},
|
|
"cache": {
|
|
"type": "blobcache"
|
|
}
|
|
},
|
|
"mode": "direct",
|
|
"digest_validate": false,
|
|
"iostats_files": false,
|
|
"enable_xattr": true,
|
|
"fs_prefetch": {
|
|
"enable": true,
|
|
"threads_count": 8,
|
|
"merging_size": 1048576,
|
|
"prefetch_all": true
|
|
}
|
|
} |