mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 12:14:48 +00:00
docs: Fix incorrect docs in config file
Correct the default configuration of [hypervisor.qemu] shared_fs in configuration-qemu.toml to virtio-fs in kata 2.0. Fixes: #1054 Signed-off-by: AIsland <yuchunyu01@inspur.com>
This commit is contained in:
parent
43ec107d94
commit
b6f8a1d5af
@ -120,8 +120,8 @@ default_memory = @DEFMEMSZ@
|
|||||||
disable_block_device_use = @DEFDISABLEBLOCK@
|
disable_block_device_use = @DEFDISABLEBLOCK@
|
||||||
|
|
||||||
# Shared file system type:
|
# Shared file system type:
|
||||||
# - virtio-9p (default)
|
# - virtio-fs (default)
|
||||||
# - virtio-fs
|
# - virtio-9p
|
||||||
shared_fs = "@DEFSHAREDFS_QEMU_VIRTIOFS@"
|
shared_fs = "@DEFSHAREDFS_QEMU_VIRTIOFS@"
|
||||||
|
|
||||||
# Path to vhost-user-fs daemon.
|
# Path to vhost-user-fs daemon.
|
||||||
|
Loading…
Reference in New Issue
Block a user