From 6b3e42f8d899c3e7b571132e896cacd34fed00a9 Mon Sep 17 00:00:00 2001 From: Bingyi Sun Date: Tue, 28 May 2024 16:49:43 +0800 Subject: [PATCH] fix: fix wrong default local storage path (#33389) issue: https://github.com/milvus-io/milvus/issues/33427 Signed-off-by: sunby --- configs/milvus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/milvus.yaml b/configs/milvus.yaml index 5d630ebc0e..298f152c5f 100644 --- a/configs/milvus.yaml +++ b/configs/milvus.yaml @@ -68,7 +68,7 @@ tikv: tlsCACert: # path to your CACert file localStorage: - path: /tmp/milvus/data/ # please adjust in embedded Milvus: /tmp/milvus/data/ + path: /var/lib/milvus/data/ # please adjust in embedded Milvus: /tmp/milvus/data/ # Related configuration of MinIO/S3/GCS or any other service supports S3 API, which is responsible for data persistence for Milvus. # We refer to the storage service as MinIO/S3 in the following description for simplicity.