mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 17:48:29 +08:00
Change default storage type to minio (#28236)
Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
This commit is contained in:
parent
939ee0c257
commit
2057fdce43
@ -480,7 +480,7 @@ This configuration is only used by querynode and indexnode, it selects CPU instr
|
|||||||
p.StorageType = ParamItem{
|
p.StorageType = ParamItem{
|
||||||
Key: "common.storageType",
|
Key: "common.storageType",
|
||||||
Version: "2.0.0",
|
Version: "2.0.0",
|
||||||
DefaultValue: "opendal",
|
DefaultValue: "minio",
|
||||||
Doc: "please adjust in embedded Milvus: local, available values are [local, minio, remote, opendal]]",
|
Doc: "please adjust in embedded Milvus: local, available values are [local, minio, remote, opendal]]",
|
||||||
Export: true,
|
Export: true,
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user