-
This should be done after https://github.com/giantswarm/kvm-operator/issues/64.
-
Hi,
I just started using vmtouch and it's been working great for the most part. However, I am unable to cache files that are stored on a separate drive using the 9P filesystem. The files either are…
-
I am trying to build Android Bullhead kernel following this guide [Setup: Linux host, QEMU vm, arm64 kernel](https://github.com/google/syzkaller/blob/master/docs/setup_linux-host_qemu-vm_arm64-kernel.…
-
When running test PMD in standard clear container, it fails. If I run using a direct mounted filesystem, it succeeds without issue.
For details on reproducing this failure, see https://gist.github…
-
Unable to run linuxkit image.
I am actually trying to run redis-os example on MacOS. Building the image with moby goes fine but I am not able to run the image with
`linuxkit run redisos`
…
-
Hi guys,
I'm combining vpnkit and hyperkit to boot ubuntu cloud images on my Mac with great success, but I'm hitting a wall with port forwarding. End-goal is to SSH into the VM from the host, but I'm…
-
Seeing some performance issues using NFS from my LinuxKit VMs. I think the issue is in how the NFS client is handling (or rather, seems to be ignoring) attribute caching. I've mounted NFS partitions i…
-
I got some progress with virtio, but run into a problem of 9P version incompatibility with QEMU.
The 9P version that Harvey supports is hardcoded in fcall.h
```
#define VERSION9P "9P2000"
```
…
-
I am currently trying out linuxkit external disk. However, getty is getting stuck whenever I placed binds definition, it would not go pass the login prompt.
Below is getty yaml file:
```
kerne…
-
Hello Ron,
I'm a gopher looking to play with 9p2000 in Go. This looks like the only recently active Go library that implements the protocol. Could you comment on its production readiness/status?
…