pingcap / tiup

A component manager for TiDB
https://tiup.io
Apache License 2.0
427 stars 313 forks source link

tiup cluster commpent "Failed to execute command over SSH" after upgrade from v1.9.6 to v1.10.0 #1916

Closed zwathz closed 2 years ago

zwathz commented 2 years ago

Bug Report

Please answer these questions before submitting your issue. Thanks!

  1. What did you do? tiup cluster check topology.yaml tiup is checking updates for component cluster ... Starting component cluster: /home/admin/.tiup/components/cluster/v1.10.0/tiup-cluster check topology.yaml

Error: failed to fetch cpu-arch or kernel-name: executor.ssh.execute_failed: Failed to execute command over SSH for 'admin@xxx:20' {ssh_stderr: , ssh_stdout: , ssh_command: export LANG=C; PATH=$PATH:/bin:/sbin:/usr/bin:/usr/sbin uname -m}, cause: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none], no supported methods remain

  1. What did you expect to see? tiup cluster:v1.9.6 check topology.yaml Starting component cluster: /home/admin/.tiup/components/cluster/v1.9.6/tiup-cluster check topology.yaml
  1. What did you see instead? check failed

  2. What version of TiUP are you using (tiup --version)?

AstroProfundis commented 2 years ago

This should be fixed in v1.10.1, please upgrade with tiup upgrade cluster and try again.

AstroProfundis commented 2 years ago

dupe w/ #1913