OBD 配置文件

请问 OBD 使用配置文件时可以对 zone 进行配置么,看配置文件中只有 全局配置 和 节点配置?

obdeploy/distributed-example.yaml at master · oceanbase/obdeploy (github.com)

可以在server 信息中指定zone的信息:

server1:
mysql_port: 2881 # External port for OceanBase Database. The default value is 2881. DO NOT change this value after the cluster is started.
rpc_port: 2882 # Internal port for OceanBase Database. The default value is 2882. DO NOT change this value after the cluster is started.
# The working directory for OceanBase Database. OceanBase Database is started under this directory. This is a required field.
home_path: /root/observer
# The directory for data storage. The default value is $home_path/store.
# data_dir: /data
# The directory for clog, ilog, and slog. The default value is the same as the data_dir value.
# redo_dir: /redo
zone: zone1

就是看到 OCP 可以对集群、zone或者 observer 进行不同生效范围的参数配置,而在 OBD 的配置文件中只看到对全局和节点的参数配置
所以有点好奇 OBD 可以对 zone 这个生效范围配置参数么,应该怎么修改配置文件呢

目前暂未提供此类支持