mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-28 00:07:16 +00:00
config: use 9p as default shared filesystem for nemu
currently virtiofs support is being reworked to use qemu and kernel from virtio-fs gitlab repo. The current support that we have for virtio-fs has been disabled as required patches for the 4.19 kernel were removed in [1]. [1] https://github.com/kata-containers/packaging/pull/703 Fixes: #2048. Signed-off-by: Salvador Fuentes <salvador.fuentes@intel.com>
This commit is contained in:
parent
74e7d3dba7
commit
97fe749624
2
Makefile
2
Makefile
@ -172,7 +172,7 @@ DEFENTROPYSOURCE := /dev/urandom
|
|||||||
|
|
||||||
DEFDISABLEBLOCK := false
|
DEFDISABLEBLOCK := false
|
||||||
DEFSHAREDFS := virtio-9p
|
DEFSHAREDFS := virtio-9p
|
||||||
DEFSHAREDFS_NEMU := virtio-fs
|
DEFSHAREDFS_NEMU := virtio-9p
|
||||||
DEFVIRTIOFSDAEMON := $(VIRTIOFSDBINDIR)/virtiofsd-x86_64
|
DEFVIRTIOFSDAEMON := $(VIRTIOFSDBINDIR)/virtiofsd-x86_64
|
||||||
# Default DAX mapping cache size in MiB
|
# Default DAX mapping cache size in MiB
|
||||||
DEFVIRTIOFSCACHESIZE := 1024
|
DEFVIRTIOFSCACHESIZE := 1024
|
||||||
|
@ -98,8 +98,8 @@ default_memory = @DEFMEMSZ@
|
|||||||
disable_block_device_use = @DEFDISABLEBLOCK@
|
disable_block_device_use = @DEFDISABLEBLOCK@
|
||||||
|
|
||||||
# Shared file system type:
|
# Shared file system type:
|
||||||
# - virtio-fs (default)
|
# - virtio-9p (default)
|
||||||
# - virtio-9p
|
# - virtio-fs
|
||||||
shared_fs = "@DEFSHAREDFS_NEMU@"
|
shared_fs = "@DEFSHAREDFS_NEMU@"
|
||||||
|
|
||||||
# Path to vhost-user-fs daemon.
|
# Path to vhost-user-fs daemon.
|
||||||
|
Loading…
Reference in New Issue
Block a user