-
Currently the pmem test is not working on virtiofs, initrd, and fedora.
* Virtiofs problem
```
docker: Error response from daemon: OCI runtime create failed: QMP command failed: Lack of libpmem su…
-
While building the rust agent using osbuilder https://github.com/kata-containers/tests/pull/2617, I see that the functional tests are not working, is something else missing in the configuration? The s…
-
# Description of problem
Need to route (heavy) networking traffic through a container, and wish to use kata-containers. Currently can't use any accelerations (such as SR-IOV, DPDK, VPP etc.).
**C…
-
Hi,
As of now all volumes are created on the host and passed to VM via 9pfs. But k8s allows you to create [ephemeral volumes](https://kubernetes.io/docs/concepts/storage/volumes/#emptydir) Also, th…
-
It has been discussed a few times if we could maybe use NFS over vsock as an alternative or replacement for our 9pfs use.
I did a first step evaluation, and wrote up the procedure to get the eval up …
-
Today we assume all devices are storage devices
https://github.com/kata-containers/agent/blob/master/protocols/grpc/agent.proto#L52
```
message CreateContainerRequest {
string container_id = …
-
Hi, All
I am following https://github.com/kata-containers/packaging/tree/master/kata-deploy to build kata-deploy environment in my environment (my kata version is 1.4.0).
When I run the katadocker…
-
containerd snapshotter is sending a slice of mounts to runtime to construct the rootfs. For kata, instead of mounting it on the host, if there is only one mount and it is a block storage, we can plug …
-
This is based on the errors observed with 9p on the 2.x release.
See https://github.com/01org/cc-oci-runtime/issues/320 and
https://github.com/01org/cc-oci-runtime/issues/949
From Arindam's …
-
# Description of problem
If /usr/libexec/virtiofsd is not present in the system, kata-runtime crashes
# Expected result
kata-runtime should report the error and exit gracefully
# Actual re…