From b83d4e1528eee70e3e2e8439006e7afb14584d28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Rop=C3=A9?= Date: Wed, 19 Jun 2024 11:43:42 +0200 Subject: [PATCH] kata-deploy: add storage configuration for cri-o MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Make sure that the "skip_mount_home" flag is set in cri-o config. Fixes: #9878 Signed-off-by: Julien Ropé --- tools/packaging/kata-deploy/scripts/kata-deploy.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/tools/packaging/kata-deploy/scripts/kata-deploy.sh b/tools/packaging/kata-deploy/scripts/kata-deploy.sh index 7a323a14a5..b9d017693d 100755 --- a/tools/packaging/kata-deploy/scripts/kata-deploy.sh +++ b/tools/packaging/kata-deploy/scripts/kata-deploy.sh @@ -465,11 +465,19 @@ function configure_crio() { rm -f "$crio_drop_in_conf_file_debug" touch "$crio_drop_in_conf_file_debug" + # configure storage option for crio + cat <