tiup迁移之后,执行pt-ctl 命令提示 dial tcp 127.0.0.1:2379,但是中控机未部署pd节点

【 TiDB 使用环境】生产环境
【 TiDB 版本】7.1.0
【复现路径】每次执行pd命令都失败

tiup迁移方法:https://docs.pingcap.com/zh/tidb/stable/tiup-cluster#迁移中控机与备份
【遇到的问题:问题现象及影响】

命令:

tiup ctl:v7.1.0 --pd=http://10.0.0.9:2379 pd store limit all engine tiflash 30 add-peer

报错:

Failed! Post "http://127.0.0.1:2379/pd/api/v1/stores/limit": dial tcp 127.0.0.1:2379: connect: connection refused

执行displayscale-in命令都能成功。

问题:如何解决这个问题

命令顺序问题
应该

tiup ctl:v7.1.0 pd  -u http://xxxx:2379 store limit all engine tiflash 30 add-peer

而不是

tiup ctl:v7.1.0  -u http://xxxx:2379   pd  store limit
1 个赞

这样搞错了,顺序问题

此话题已在最后回复的 7 天后被自动关闭。不再允许新回复。