mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-31 15:25:26 +00:00
Merge pull request #5103 from liubin/fix/5102-add-inline-virtiofs-config
config: add "inline-virtio-fs" as a "shared_fs" type
This commit is contained in:
commit
be462baa7e
@ -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