From e3ec637a29aee4874de2ce2e70e9c9e85761ce22 Mon Sep 17 00:00:00 2001 From: Eric Evenchick Date: Sun, 26 Nov 2023 14:10:28 -0500 Subject: [PATCH] fix overlayfs i/o errors --- pkg/formulaexec/formula_exec.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/formulaexec/formula_exec.go b/pkg/formulaexec/formula_exec.go index 4658716..bd1d2ef 100644 --- a/pkg/formulaexec/formula_exec.go +++ b/pkg/formulaexec/formula_exec.go @@ -598,6 +598,7 @@ func (rc *runcConfig) makeWareMount(ctx context.Context, "lowerdir=" + lowerdirPath, "upperdir=" + upperdirPath, "workdir=" + workdirPath, + "userxattr,index=on,xino=on", }, }, nil }