fix: fix wrong default local storage path (#33389)

issue: https://github.com/milvus-io/milvus/issues/33427

Signed-off-by: sunby <sunbingyi1992@gmail.com>
This commit is contained in:
Bingyi Sun 2024-05-28 16:49:43 +08:00 committed by GitHub
parent b138ae742d
commit 6b3e42f8d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.