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:
GabyCT 2022-09-08 10:33:20 -05:00 committed by GitHub
commit be462baa7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,9 +128,12 @@ block_device_driver = "@DEFBLOCKSTORAGEDRIVER_DB@"
#guest_hook_path = "/usr/share/oci/hooks"
# Shared file system type:
# - virtio-fs (default)
# - inline-virtio-fs (default)
# - virtio-fs
# - virtio-9p
# - 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@"
[agent.@PROJECT_TYPE@]