Last active
November 27, 2019 17:42
-
-
Save brtkwr/84aa4370c2e7c4ff2b00e30e677aefad to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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