mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-14 06:06:12 +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"
|
mountGuestTag = "kataShared"
|
||||||
defaultKataGuestSandboxDir = "/run/kata-containers/sandbox/"
|
defaultKataGuestSandboxDir = "/run/kata-containers/sandbox/"
|
||||||
type9pFs = "9p"
|
type9pFs = "9p"
|
||||||
typeVirtioFS = "virtio_fs"
|
typeVirtioFS = "virtiofs"
|
||||||
typeVirtioFSNoCache = "none"
|
typeVirtioFSNoCache = "none"
|
||||||
kata9pDevType = "9p"
|
kata9pDevType = "9p"
|
||||||
kataMmioBlkDevType = "mmioblk"
|
kataMmioBlkDevType = "mmioblk"
|
||||||
|
Loading…
Reference in New Issue
Block a user