Skip to content

Instantly share code, notes, and snippets.

@brtkwr
Last active November 27, 2019 17:42
Show Gist options
  • Select an option

  • Save brtkwr/84aa4370c2e7c4ff2b00e30e677aefad to your computer and use it in GitHub Desktop.

Select an option

Save brtkwr/84aa4370c2e7c4ff2b00e30e677aefad to your computer and use it in GitHub Desktop.
14,15d13
< path = "/opt/kata/bin/qemu-virtiofs-system-x86_64"
< kernel = "/opt/kata/share/kata-containers/vmlinuz-virtiofs.container"
16a15,16
> path = "/mnt/storage-nvme/kata/qemu/x86_64-softmmu/qemu-system-x86_64"
> kernel = "/mnt/storage-nvme/kata/linux/arch/x86/boot/bzImage"
105c105
< virtio_fs_daemon = "/opt/kata/bin/virtiofsd"
---
> virtio_fs_daemon = "/mnt/storage-nvme/kata/qemu/virtiofsd"
108c108
< virtio_fs_cache_size = 1024
---
> virtio_fs_cache_size = 0
131c131
< virtio_fs_cache = "always"
---
> virtio_fs_cache = "auto"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment