mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-10 20:32:54 +00:00
agent: Use "virtiofs" instead of "virtio_fs"
virtio_fs was the name used for the module in the very early stages of its development. Fixes: #2462 Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
This commit is contained in:
parent
4c1cacd31d
commit
95ccc0f759
@ -66,7 +66,7 @@ var (
|
||||
mountGuestTag = "kataShared"
|
||||
defaultKataGuestSandboxDir = "/run/kata-containers/sandbox/"
|
||||
type9pFs = "9p"
|
||||
typeVirtioFS = "virtio_fs"
|
||||
typeVirtioFS = "virtiofs"
|
||||
typeVirtioFSNoCache = "none"
|
||||
kata9pDevType = "9p"
|
||||
kataMmioBlkDevType = "mmioblk"
|
||||
|
Loading…
Reference in New Issue
Block a user