Skip to content

Commit 44035db

Browse files
author
gitlab
committed
Merge branch 'fix-bug-ZSTAC-26454' into 'master'
[[BugFix: ZSTAC-26454] Added error prompt when reconnecting host See merge request zstackio/zstack!6131
2 parents 24855ab + 1d126af commit 44035db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conf/errorElaborations/Elaboration.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,8 @@
340340
"code": "1011",
341341
"method": "regex",
342342
"regex": ".*connection error for KVM host\\[uuid:.*, ip:.*].*",
343-
"message_cn": "物理机[uuid:%1$s,ip:%2$s]连接错误",
344-
"message_en": "Connection error for KVM host[uuid:%1$s, ip:%2$s]."
343+
"message_cn": "无法重连物理机,可能由于物理机的ssh端口与管理节点不通, 或者ssh的端口、用户名或密码有误",
344+
"message_en": "Connection error for KVM host[uuid:%1$s, ip:%2$s], timeout expired.The problem may be caused by an incorrect user name or password or SSH port."
345345
},
346346
{
347347
"category": "HOST",

0 commit comments

Comments
 (0)