mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-24 17:44:21 +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 utilities packages
The katautils package contains useful functions that are shared by various
parts of the codebase, including the runtime and the container v2 shim.