Skip to content

Commit

Permalink
agent: Use "virtiofs" instead of "virtio_fs"
Browse files Browse the repository at this point in the history
virtio_fs was the name used for the module in the very early stages of
its development.

Fixes: kata-containers#2462

Signed-off-by: Fabiano Fidêncio <[email protected]>
  • Loading branch information
fidencio authored and andreabolognani committed Mar 11, 2020
1 parent aa40eef commit 5f2d50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtcontainers/kata_agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ var (
mountGuestTag = "kataShared"
defaultKataGuestSandboxDir = "/run/kata-containers/sandbox/"
type9pFs = "9p"
typeVirtioFS = "virtio_fs"
typeVirtioFS = "virtiofs"
typeVirtioFSNoCache = "none"
kata9pDevType = "9p"
kataMmioBlkDevType = "mmioblk"
Expand Down

0 comments on commit 5f2d50a

Please sign in to comment.