mirror of https://github.com/milvus-io/milvus.git
[Skip ci] Add comments for milvus.yaml (#12842)
Signed-off-by: Bennu <yunmei.li@zilliz.com>pull/12875/head
parent
622163f2a3
commit
4cd314d41c
|
@ -18,7 +18,7 @@
|
||||||
etcd:
|
etcd:
|
||||||
endpoints:
|
endpoints:
|
||||||
- localhost:2379
|
- localhost:2379
|
||||||
rootPath: by-dev
|
rootPath: by-dev # The root path where data is stored in etcd
|
||||||
metaSubPath: meta # metaRootPath = rootPath + '/' + metaSubPath
|
metaSubPath: meta # metaRootPath = rootPath + '/' + metaSubPath
|
||||||
kvSubPath: kv # kvRootPath = rootPath + '/' + kvSubPath
|
kvSubPath: kv # kvRootPath = rootPath + '/' + kvSubPath
|
||||||
segmentBinlogSubPath: datacoord/binlog/segment # Full Path = rootPath/metaSubPath/segmentBinlogSubPath
|
segmentBinlogSubPath: datacoord/binlog/segment # Full Path = rootPath/metaSubPath/segmentBinlogSubPath
|
||||||
|
|
Loading…
Reference in New Issue