使用:
ansible-playbook -t tiflash start.yml
启动TiFlash,无法成功。报错信息如下:
TASK [wait until the TiFlash port is up] **************************************************************************************************************************************************************************************** fatal: [192.168.30.30]: FAILED! => {“changed”: false, “elapsed”: 300, “msg”: “the TiFlash port 8123 is not up”} to retry, use: --limit @/home/tidb/tidb-ansible/retry_files/start.retry
PLAY RECAP **********************************************************************************************************************************************************************************************************************
192.168.30.30 : ok=4 changed=0 unreachable=0 failed=1
192.168.30.31 : ok=3 changed=0 unreachable=0 failed=0
192.168.30.32 : ok=3 changed=0 unreachable=0 failed=0
192.168.30.33 : ok=3 changed=0 unreachable=0 failed=0
192.168.30.34 : ok=3 changed=0 unreachable=0 failed=0
localhost : ok=7 changed=4 unreachable=0 failed=0
ERROR MESSAGE SUMMARY *********************************************************************************************************************************************************************************************************** [192.168.30.30]: Ansible FAILED! => playbook: start.yml; TASK: wait until the TiFlash port is up; message: {“changed”: false, “elapsed”: 300, “msg”: “the TiFlash port 8123 is not up”}