【TiDB 使用环境】生产环境 /测试/ Poc
【TiDB 版本】 v7.1.8-5.1-0.1
【操作系统】银河麒麟V10
【部署方式】机器部署(amd64) 按照敏捷版部署文档 部署
NAME ROTA
sda 1
nvme0n1 0
【集群数据量】1
【集群节点数】1
【问题复现路径】修改ssh配置,添加新的ssh支持端口 在原基础22上,添加新的端口5222后重启ssh服务,然后使用tiup cluster edit-config 对全局配置文件进行修改,修改了所有的22为5222,保存后,tiup cluster reload tidbx-test
【遇到的问题:问题现象及影响】reload 失败报错2379失败;问题现象如图:
【资源配置】
【复制黏贴 ERROR 报错的日志】
Failed to restart pd-2379.service: Unit pd-2379.service not found.
Error: failed to restart: 192.168.3.250 pd-2379.service, please check the instance’s log(/tidb-deploy/pd-2379/log) for more detail.: executor.ssh.execute_failed: Failed to execute command over SSH for ‘tidb@192.168.3.250:5222’ {ssh_stderr: Failed to restart pd-2379.service: Unit pd-2379.service not found.
, ssh_stdout: , ssh_command: export LANG=C; PATH=$PATH:/bin:/sbin:/usr/bin:/usr/sbin; /usr/bin/sudo -H bash -c “systemctl daemon-reload && systemctl restart pd-2379.service”}, cause: Process exited with status 5
【其他附件:截图/日志/监控】日志在上面的图里