From b36c9ea3fad0b6932401f6434210633d6b88ac43 Mon Sep 17 00:00:00 2001 From: AIsland Date: Mon, 14 Dec 2020 09:25:25 +0800 Subject: [PATCH] docs: Fix docs in docs/architecture.md Correct the docs in docs/architecture.md, use virtio-fs as the default config. Fixes: #1193 Signed-off-by: AIsland --- docs/design/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design/architecture.md b/docs/design/architecture.md index f57057da8b..622d070b39 100644 --- a/docs/design/architecture.md +++ b/docs/design/architecture.md @@ -58,7 +58,7 @@ to go through the VSOCK interface exported by QEMU. The container workload, that is, the actual OCI bundle rootfs, is exported from the host to the virtual machine. In the case where a block-based graph driver is -configured, `virtio-scsi` will be used. In all other cases a 9pfs VIRTIO mount point +configured, `virtio-scsi` will be used. In all other cases a `virtio-fs` VIRTIO mount point will be used. `kata-agent` uses this mount point as the root filesystem for the container processes.