TIDB集群修改PD的IP地址启动不了

您好!
1、网络肯定是通的
2、pd的服务的停止的,因为集群我停止了
3、[tidb@tidb180 tidb-test]$ tiup cluster reload tidb-test
tiup is checking updates for component cluster …
Starting component cluster: /home/tidb/.tiup/components/cluster/v1.10.3/tiup-cluster reload tidb-test
Will reload the cluster tidb-test with restart policy is true, nodes: , roles: .
Do you want to continue? [y/N]:(default=N) Y

  • [ Serial ] - SSHKeySet: privateKey=/home/tidb/.tiup/storage/cluster/clusters/tidb-test/ssh/id_rsa, publicKey=/home/tidb/.tiup/storage/cluster/clusters/tidb-test/ssh/id_rsa.pub
  • [Parallel] - UserSSH: user=tidb, host=192.168.1.186
  • [Parallel] - UserSSH: user=tidb, host=192.168.1.187
  • [Parallel] - UserSSH: user=tidb, host=192.168.1.193
  • [Parallel] - UserSSH: user=tidb, host=192.168.1.180
  • [Parallel] - UserSSH: user=tidb, host=192.168.1.181
  • [Parallel] - UserSSH: user=tidb, host=192.168.1.185
  • [Parallel] - UserSSH: user=tidb, host=192.168.1.180
  • [Parallel] - UserSSH: user=tidb, host=192.168.1.192
  • [Parallel] - UserSSH: user=tidb, host=192.168.1.180
  • [Parallel] - UserSSH: user=tidb, host=192.168.1.180
  • [Parallel] - UserSSH: user=tidb, host=192.168.1.194
  • [ Serial ] - UpdateTopology: cluster=tidb-test
    {“level”:“warn”,“ts”:“2022-08-19T22:10:27.732+0800”,“logger”:“etcd-client”,“caller”:“v3@v3.5.4/retry_interceptor.go:62”,“msg”:“retrying of unary invoker failed”,“target”:“etcd-endpoints://0xc0003be700/192.168.1.192:2379”,“attempt”:0,“error”:“rpc error: code = DeadlineExceeded desc = latest balancer error: last connection error: connection error: desc = “transport: Error while dialing dial tcp 192.168.1.192:2379: connect: connection refused””}

Error: context deadline exceeded
4、tiup cluster restart tidb-test 这个执行到下面这里就卡住,其他都是成功的
Starting component pd
Starting instance 192.168.1.192:2379
Starting instance 192.168.1.193:2379
Starting instance 192.168.1.194:2379