From ee70b253776936d64a1a8b8b6440a160791ed156 Mon Sep 17 00:00:00 2001 From: Pradipta Banerjee Date: Fri, 26 Jul 2024 11:47:45 +0530 Subject: [PATCH] podvm: Remove image mount point This is redundant. The folder /kata-containers is already mounted to /run/kata-containers And the images are downloaded under /run/kata-containers/image Signed-off-by: Pradipta Banerjee --- .../system/multi-user.target.wants/run-image.mount | 1 - .../podvm/files/etc/systemd/system/run-image.mount | 12 ------------ 2 files changed, 13 deletions(-) delete mode 120000 src/cloud-api-adaptor/podvm/files/etc/systemd/system/multi-user.target.wants/run-image.mount delete mode 100644 src/cloud-api-adaptor/podvm/files/etc/systemd/system/run-image.mount diff --git a/src/cloud-api-adaptor/podvm/files/etc/systemd/system/multi-user.target.wants/run-image.mount b/src/cloud-api-adaptor/podvm/files/etc/systemd/system/multi-user.target.wants/run-image.mount deleted file mode 120000 index 07254bd41..000000000 --- a/src/cloud-api-adaptor/podvm/files/etc/systemd/system/multi-user.target.wants/run-image.mount +++ /dev/null @@ -1 +0,0 @@ -../run-image.mount \ No newline at end of file diff --git a/src/cloud-api-adaptor/podvm/files/etc/systemd/system/run-image.mount b/src/cloud-api-adaptor/podvm/files/etc/systemd/system/run-image.mount deleted file mode 100644 index f4afe119c..000000000 --- a/src/cloud-api-adaptor/podvm/files/etc/systemd/system/run-image.mount +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=Mount unit for /run/image -Before=kata-agent.service - -[Mount] -What=/image -Where=/run/image -Type=none -Options=bind - -[Install] -WantedBy=multi-user.target