Change default storage type to minio (#28236)

Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
This commit is contained in:
zhenshan.cao 2023-11-07 21:15:31 +08:00 committed by GitHub
parent 939ee0c257
commit 2057fdce43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -480,7 +480,7 @@ This configuration is only used by querynode and indexnode, it selects CPU instr
p.StorageType = ParamItem{
Key: "common.storageType",
Version: "2.0.0",
DefaultValue: "opendal",
DefaultValue: "minio",
Doc: "please adjust in embedded Milvus: local, available values are [local, minio, remote, opendal]]",
Export: true,
}