Manohar Castelino
Manohar Castelino
If firecracker is passed a multiqueue tap device created using ``` ip tuntap add name tap0 mode tap multi_queue ``` It reports an error ``` [PUT /network-interfaces/{iface_id}][400] putGuestNetworkInterfaceByIdBadRequest &{FaultMessage:Cannot open...
Currently our runtime lacks support for IPv6. We need to enhance the runtime, virtcontainers as well as our agent protocol and agent to support discovery and configuration of IPv6.
Enable the VM debug console whenever the VM Kernel debug is enabled. Fixes: #559. Has a dependency on having a updated agent being installed in the container rootfs to add...
# Description of problem Currently we use APCI hotplug to connect device mapper based block devices to clear containers. As part of this support we should support for PCIe Native...
# Description of problem When using Clear Containers with overlay graph driver with linux kernel 4.14... causes multiple issues. The file system accesses may hang. The system may report out...
# Description of problem Switching to https://godoc.org/golang.org/x/sys/unix may allow us to eliminate the use of unsafe. That seems to be the only case https://github.com/clearcontainers/runtime/search?utf8=%E2%9C%93&q=unsafe&type=
# Description of problem ``` docker run -it --runtime=cc-runtime clearlinux root@cd339871f120 / # /usr/bin/clrtrust generate ``` # Expected result Operation completes in a few seconds # Actual result Hang ---...
# Description of problem docker-compose up with docker-compose.yml ``` version: '3' services: alpine: image: alpine networks: - network1 - network2 - network3 networks: network1: driver: bridge driver_opts: com.docker.network.bridge.name: "network1" ipam:...
# Document how to build default QEMU, Kernel and rootfs used in clear containers https://github.com/clearcontainers/runtime/blob/master/docs/developers-clear-containers-install.md documents how to build most of the components but not all. We should include references...
# Description of problem ``` default_vcpus = -1 ``` On a machine with large number of CPUs the maximum number of CPU's the maximum CPU's visible to the VM is...