From 009b48602e7e6d231c7b4182c9015221ca216864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Sun, 31 Jan 2021 16:03:30 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E8=BF=87SSH=E8=BF=9C=E7=A8=8B?= =?UTF-8?q?=E5=AE=89=E8=A3=85/=E5=8D=87=E7=BA=A7=E8=8A=82=E7=82=B9?= =?UTF-8?q?=E6=97=B6=E8=BF=9E=E6=8E=A5=E9=94=99=E8=AF=AF=E4=B9=9F=E5=8D=95?= =?UTF-8?q?=E7=8B=AC=E6=A0=87=E8=AF=86=E5=87=BA=E6=9D=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/installers/queue.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/installers/queue.go b/internal/installers/queue.go index 353a3196..bf51f14f 100644 --- a/internal/installers/queue.go +++ b/internal/installers/queue.go @@ -186,6 +186,7 @@ func (this *Queue) InstallNode(nodeId int64, installStatus *models.NodeInstallSt PrivateKey: grant.PrivateKey, }) if err != nil { + installStatus.ErrorCode = "SSH_LOGIN_FAILED" return err } defer func() {