From 2f1219f8a5c719f7660fe47ba79fb24f9cee6309 Mon Sep 17 00:00:00 2001 From: Jose Carlos Venegas Munoz Date: Mon, 5 Oct 2020 15:09:54 +0000 Subject: [PATCH] virtiofs: Disable DAX virtiofs DAX support is not stable today, there are a few corner cases to make it default. Depends-on: github.com/kata-containers/tests#2924 Fixes: #2999 Signed-off-by: Jose Carlos Venegas Munoz --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 669c1bd1f3..e99cc8f596 100644 --- a/Makefile +++ b/Makefile @@ -176,7 +176,8 @@ DEFSHAREDFS := virtio-9p DEFSHAREDFS_QEMU_VIRTIOFS := virtio-fs DEFVIRTIOFSDAEMON := $(VIRTIOFSDBINDIR)/virtiofsd # Default DAX mapping cache size in MiB -DEFVIRTIOFSCACHESIZE := 1024 +#if value is 0, DAX is not enabled +DEFVIRTIOFSCACHESIZE := 0 DEFVIRTIOFSCACHE ?= auto # Format example: # [\"-o\", \"arg1=xxx,arg2\", \"-o\", \"hello world\", \"--arg3=yyy\"]