zstackio / zstack

ZStack - the open-source IaaS software http://zstack.org (国内用户请至 http://zstack.io)
Apache License 2.0
1.3k stars 393 forks source link

连不上物理机 #1313

Closed raylax closed 2 years ago

raylax commented 2 years ago

重启计算节点后物理机一直处于连接中状态,点击重连提示错误

{
  "执行API结果": "失败",
  "失败原因": "no zstack-mn repo found, cannot update kvmagent dependencies",
  "操作时间": "2022-08-02 14:30:02",
  "完成时间": "2022-08-02 14:30:03",
  "API ID": "7e85fc959f5d427b915aa74c2a57bb35",
  "请求": {
    "uuid": "23f4905a9a4342e5bd15757a1fe1df97"
  },
  "错误返回": {
    "error": {
      "code": "HOST.1002",
      "description": "Unable to reconnect host",
      "details": "no zstack-mn repo found, cannot update kvmagent dependencies",
      "cause": {
        "code": "HOST.1002",
        "description": "Unable to reconnect host",
        "details": "no zstack-mn repo found, cannot update kvmagent dependencies",
        "cause": {
          "code": "SYS.1006",
          "description": "An operation failed",
          "details": "no zstack-mn repo found, cannot update kvmagent dependencies",
          "location": "HostBase.java: connect-host (location:1/4)",
          "cost": "0ms"
        }
      }
    }
  }
}
raylax commented 2 years ago

并未修改过repo配置

image
raylax commented 2 years ago

已解决,不知为何zstack-mn.repoqemu-kvm-ev-mn.repo文件会被清空,我从其他服务器拷贝了一份过来就好用了

MatheMatrix commented 2 years ago

你用的是哪个版本啊

raylax commented 2 years ago

你用的是哪个版本啊

4.4.10

raylax commented 2 years ago

你用的是哪个版本啊

有个细节是 我在重启之前把VT-X关闭又打开 重启了两次