mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-24 09:34:24 +01:00
Two parameters are used to set in toml file: 1. Set "enable_vhost_user_store = true" to indicate that vhost-user storage device feature is enabled. 2. Set "vhost_user_store_path = <Vhost-User-Dir>". vhost-user socket files will be under "<Vhost-User-Dir>/block/sockets/"; and device node for vhost-user device will be under "<Vhost-User-Dir>/block/devices/" The default value of "vhost_user_store_path" is "/var/run/kata-containers/vhost-user/". Fixes: #2380 Signed-off-by: Liu Xiaodong <xiaodong.liu@intel.com>
Kata golang packages
This repository contains a number of packages in addition to the
virtcontainers package:
| Package name | Description |
|---|---|
katatestutils |
Unit test utilities. |
katautils |
Utilities. |
signals |
Signal handling functions. |