Zexi Li

Results 204 comments of Zexi Li

> @zexi 用上述命令查看,好像也没有发现有什么异常现象,以下是命令执行结果 [c.txt](https://github.com/user-attachments/files/16356456/c.txt) 这个是调度成功的,返回的结果。这个问题应该和调度器没有关系,因为失败的话虚拟机状态会是调度失败,而不是处于分配磁盘中。

@xxhacker 要不你们升级到 v3.10.15 试试,这个是 3.10 最新的版本,3.10.4 太老了,有可能修复过这个问题。

这个是 3.10 各个版本相关的 changelog:https://www.cloudpods.org/docs/development/changelog/release-3_10/

@twosson 这个就是要求创建物理机的时候填写 pxe 启动网卡的 mac 地址,因为不支持 redfish api ,没法提前知道网卡的 mac 地址

> 主机名改成这几个? k8s primary k8s master 1 k8s master 2 DB 有空格么? > > 但是还有其他yml文件也用了$变量了, 请仔细阅读这个文档:https://www.cloudpods.org/docs/getting-started/onpremise/ha-ce ,先在 bash 里面定义这些变量: 然后执行后面的 命令把配置文件生成: ```bash cat > config-k8s-ha.yml

@tomorrrow666 另外麻烦提 issue 的时候加上标题。

相同问题:https://github.com/yunionio/cloudpods/issues/21064

> [ERROR Mysql]: show grants for root@%: Error 1130: Host '192.168.231.132' is not allowed to connect to this MariaDB server", 需要排查 mysql 能否正常连接

@hjoisajdoijsaid 需要创建一个 IPMI 类型的子网,包含那个 ipmi 地址

> 纳管时报错: { "__reason__": "self.sendIpmiNicInfo: SendNicInfo: {\"error\":{\"class\":\"BadRequestError\",\"code\":400,\"details\":\"addNetif: {\\\"error\\\":{\\\"class\\\":\\\"BadRequestError\\\",\\\"code\\\":400,\\\"data\\\":{\\\"fields\\\":[\\\"0.0.0.0\\\"],\\\"id\\\":\\\"IP %!s(MISSING) not attach to any wire\\\"},\\\"details\\\":\\\"IP 0.0.0.0 not attach to any wire\\\"}}\",\"request\":{\"body\":\"{\\\"host\\\":{\\\"ip_addr\\\":\\\"0.0.0.0\\\",\\\"link_up\\\":true,\\\"mac\\\":\\\"9c:c2:c4:20:14:b3\\\",\\\"mtu\\\":1500,\\\"nic_type\\\":\\\"ipmi\\\",\\\"...erve\\\":true,\\\"reset\\\":true}}\",\"headers\":{\"Content-Length\":\"168\",\"Content-Type\":\"application/json\",\"User-Agent\":\"yunioncloud-go/201708\",\"X-Auth-Token\":\"*\",\"X-Yunion-Parent-Id\":\"\",\"X-Yunion-Peer-Service-Name\":\"baremetal\",\"X-Yunion-Remote-Addr\":\"default-region:30888\",\"X-Yunion-Span-Id\":\"0\",\"X-Yunion-Span-Name\":\"\",\"X-Yunion-Strace-Debug\":\"true\",\"X-Yunion-Strace-Id\":\"f253eb17\"},\"method\":\"POST\",\"url\":\"https://default-region:30888/hosts/940d5bfd-ff38-4bd6-8fdc-4b152bc10aed/add-netif\"}}}", "__stage__": "OnSyncConfigComplete", "__status__": "error" } 总是卡在ipmi配置验证这一步,点同步状态状态就会变成运行中,但是一点验证ipmi配置就会报错 @hjoisajdoijsaid 是不是物理机的 bmc 上没有配置这个...