From 6e9cc36cd3dda8f87aad5970c3aa6b24ee4218f3 Mon Sep 17 00:00:00 2001 From: Stefan Hajnoczi Date: Wed, 28 Aug 2019 14:45:42 +0100 Subject: [PATCH] virtiofs: hugepages is no longer required since Kata 1.8 The documentation says hugepages are required for virtio-fs. This limitation was removed in Kata 1.8 in kata-runtime commit a41894da18310b9c14dd59da1e924f4938271d4f ("runtime: Enable file based backend"). Fixes: #544 Signed-off-by: Stefan Hajnoczi --- how-to/how-to-use-virtio-fs-with-kata.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-to/how-to-use-virtio-fs-with-kata.md b/how-to/how-to-use-virtio-fs-with-kata.md index f178ed46ab..c991b212be 100644 --- a/how-to/how-to-use-virtio-fs-with-kata.md +++ b/how-to/how-to-use-virtio-fs-with-kata.md @@ -21,7 +21,7 @@ This document describes how to get Kata Containers to work with virtio-fs. ## Pre-requisites -* This feature currently requires the host to have hugepages support enabled. Enable this with the `sysctl vm.nr_hugepages=1024` command on the host. +* Before Kata 1.8 this feature required the host to have hugepages support enabled. Enable this with the `sysctl vm.nr_hugepages=1024` command on the host. ## Install Kata Containers with virtio-fs support