Files
kata-containers/src/runtime/pkg/katautils
Christophe de Dinechin 042426d73a katatestutils: Use the configured virtiofs daemon path
The current path is hardcoded as follows:
  virtio_fs_daemon = "/path/to/virtiofsd"

Switch to using the value of config.VirtioFSDaemon instead.

Fixes: #2686

Signed-off-by: Christophe de Dinechin <dinechin@redhat.com>
Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
2020-06-23 22:10:44 +02:00
..
2020-06-22 16:37:20 +02:00
2020-04-29 18:39:03 -07:00
2020-04-29 18:39:03 -07:00
2020-04-27 19:39:25 -07:00
2020-04-29 18:39:03 -07:00
2020-04-29 18:39:03 -07:00
2020-04-29 18:39:03 -07:00
2020-04-27 19:39:25 -07:00

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.