mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 02:48:45 +08:00
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:
parent
b138ae742d
commit
6b3e42f8d8
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user