On Tue, Dec 11, 2018 at 03:23:03PM +0800, Tao Peng wrote:
On Tue, Dec 11, 2018 at 3:25 AM Stefan Hajnoczi <stefanha@redhat.com> wrote:
Kata Containers integration is already available so you can benchmark and test virtio-fs. The project is under active development and we still expect to make significant changes based on feedback and collaboration.
We hope virtio-fs is interesting as a next step in overcoming virtio-9p's performance and limitations. Let us know how it performs!
You can read more about virtio-fs here: https://virtio-fs.gitlab.io/
The Kata HowTo is here: https://virtio-fs.gitlab.io/howto-kata.html
The Kata runtime and agent changes are fairly straightforward and comparable to virtio-9p. There are several other code changes due to using a Fedora initramfs, systemd, and modular kernel. These are not essential to virtio-fs but are simply how I preferred to develop and test.
Could you please send these changes on github so that we can properly review and get them merged? Please separate preparation patches as they can be merged before virtio-fs is mergeable. Thanks!
Sure, I'll raise them on GitHub. Stefan