tidb binlog无法同步kafka drainer无报错

感谢 ,但一连串问题出现了

我在 tiup cluster edit-config test-cluster 添加了
server_configs:
tidb:
binlog.enable: true
binlog.ignore-error: true
log.slow-threshold: 300

执行tiup cluster reload test-cluster -R tidb 报

Error: init config failed: 10.10.24.61:4000: failed to scp /home/tidb/.tiup/storage/cluster/clusters/test-cluster/config-cache/run_tidb_10.10.24.61_4000.sh to tidb@10.10.24.61:/data/tidb/deploy/scripts/run_tidb.sh: Process exited with status 1

找到类似问题
TiUP 使用常见问题处理 中的
tiup cluster import 问题:

5.import 后的集群通过 tiup-reload 报错:failed to scp xxx to xxx Process exited with status 1
(请确认是不是这个原因)

照着操作
[root@tidb-61 ~]# systemctl stop node_exporter-
Failed to stop node_exporter-.service: Unit node_exporter-.service not loaded.

[root@tidb-61 ~]# systemctl stop blackbox_exporter-
Failed to stop blackbox_exporter-.service: Unit blackbox_exporter-.service not loaded.

[root@tidb-61 ~]# systemctl stop node_exporter-
Failed to stop node_exporter-.service: Unit node_exporter-.service not loaded.

[root@tidb-61 ~]# systemctl stop node_exporter
Failed to stop node_exporter.service: Unit node_exporter.service not loaded.

然后是下一步操作,不知怎么做
“在 meta.yaml 中修改 monitored 的部署目录 B,(将部署机器上的目录 A copy 一份 B,copy 的目录和 meta.yaml 中的目录保持一致)”
~/.tiup/storage/cluster/clusters/test-cluster/meta.yaml 这个文件复制到哪里去?monitored 怎么改?