mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-15 22:53:43 +00:00
config: add "inline-virtio-fs" as a "shared_fs" type
"inline-virtio-fs" is newly supported by kata 3.0 as a "shared_fs" type, it should be described in configuration file. "inline-virtio-fs" is the same as "virtio-fs", but it is running in the same process of shim, does not need an external virtiofsd process. Fixes: #5102 Signed-off-by: Bin Liu <bin@hyper.sh>
This commit is contained in:
parent
662ce3d6f2
commit
36d805fab9
@ -128,9 +128,12 @@ block_device_driver = "@DEFBLOCKSTORAGEDRIVER_DB@"
|
|||||||
#guest_hook_path = "/usr/share/oci/hooks"
|
#guest_hook_path = "/usr/share/oci/hooks"
|
||||||
|
|
||||||
# Shared file system type:
|
# Shared file system type:
|
||||||
# - virtio-fs (default)
|
# - inline-virtio-fs (default)
|
||||||
|
# - virtio-fs
|
||||||
# - virtio-9p
|
# - virtio-9p
|
||||||
# - virtio-fs-nydus
|
# - virtio-fs-nydus
|
||||||
|
# "inline-virtio-fs" is the same as "virtio-fs", but it is running in the same process
|
||||||
|
# of shim, does not need an external virtiofsd process.
|
||||||
shared_fs = "@DBSHAREDFS@"
|
shared_fs = "@DBSHAREDFS@"
|
||||||
|
|
||||||
[agent.@PROJECT_TYPE@]
|
[agent.@PROJECT_TYPE@]
|
||||||
|
Loading…
Reference in New Issue
Block a user