From 37a672a22122051b984f4d7d26f11466944bd1c9 Mon Sep 17 00:00:00 2001 From: Sundaram Ananthanarayanan Date: Thu, 6 Jul 2023 09:24:27 -0700 Subject: [PATCH] Addressing comment --- .../mantis-server-agent/src/main/resources/agent.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mantis-server/mantis-server-agent/src/main/resources/agent.properties b/mantis-server/mantis-server-agent/src/main/resources/agent.properties index 5ea0bb051..f55bd5939 100644 --- a/mantis-server/mantis-server-agent/src/main/resources/agent.properties +++ b/mantis-server/mantis-server-agent/src/main/resources/agent.properties @@ -18,7 +18,7 @@ mantis.taskexecutor.id=agent1 mantis.localmode=true mantis.taskexecutor.metrics.collector=io.mantisrx.server.agent.metrics.cgroups.CgroupsMetricsCollector mantis.taskexecutor.rpc.port-range=5050 -mantis.taskexecutor.blob-store.storage-dir=/tmp/mantis/mantis-artifacts/storage +mantis.taskexecutor.blob-store.storage-dir=file:///tmp/mantis/mantis-artifacts/storage/ mantis.taskexecutor.blob-store.local-cache=/tmp/mantis/mantis-artifacts/cache mantis.zookeeper.connectString=127.0.0.1:8100