From d7cc217a1bbcfeb15565c462c7ae1538c43c05db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gradlon=20von=20K=C3=A4nel?= Date: Sun, 14 Jul 2024 12:10:32 +0200 Subject: adde cache mount --- cmd/seaweedfs-csi-driver/swarm/config.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cmd/seaweedfs-csi-driver/swarm/config.json b/cmd/seaweedfs-csi-driver/swarm/config.json index 3fc5445..2cefa66 100644 --- a/cmd/seaweedfs-csi-driver/swarm/config.json +++ b/cmd/seaweedfs-csi-driver/swarm/config.json @@ -82,10 +82,18 @@ }, "mounts": [ { + "description": "used to get the nodename", "destination": "/node_hostname", "source": "/etc/hostname", "type": "bind", "options":["bind"] + }, + { + "description": "used for caching", + "destination": "/tmp", + "source": "/tmp", + "type": "bind", + "options":["bind"] } ], "network": { -- cgit v1.2.3