Wei Zhou

Results 495 comments of Wei Zhou
trafficstars

@kiranchavala @adidiborg can you share the result of mysql command ? ``` show create table vm_template; ```

> @weizhouapache > > ``` > mysql> show create table vm_template \G; > *************************** 1. row *************************** > Table: vm_template > Create Table: CREATE TABLE `vm_template` ( > `id` bigint...

> oh, and as user-data is a first class citizen now we should have a column like that. @adidiborg adding that column could solve your issue, Did you try that?...

> agreed to the solution to have removed column instead of removing the entry itself. I'll create a PR for that. @harikrishna-patnala an alternative solution without db changes is -...

agree with Daan we need to consider the labels. also the current days (90/30) is too agressive I think. > looks good but, ... (not saying "no"!) can we use...

> @DaanHoogland @weizhouapache Let me update the PR. > > @weizhouapache After how many days should we mark stale or close the PRs? I just went through the issues, actually...

@sureshanaparti @kiranchavala I run into this issue last week. It seems to be because that the libvirt service on remote host listens on TLS port (16514), but the API call...

> 2024-02-26 10:08:04,749 DEBUG [resource.wrapper.LibvirtGetRemoteVmsCommandWrapper] (agentRequest-Handler-5:null) (logid:da44af16) Unable to retrieve unmanaged instance info. > java.lang.NullPointerException > at com.cloud.hypervisor.kvm.resource.LibvirtDomainXMLParser.getTagValue(LibvirtDomainXMLParser.java:431) @kiranchavala it looks the VMs have been listed successfully. but the vm...

> @kiranchavala the vm does not have a model specified. maybe that caused the issue. looks like a bug

``` 2024-02-26 10:08:04,738 DEBUG [cloud.agent.Agent] (agentRequest-Handler-5:null) (logid:da44af16) Processing command: com.cloud.agent.api.GetRemoteVmsCommand 2024-02-26 10:08:04,739 DEBUG [kvm.resource.LibvirtConnection] (agentRequest-Handler-5:null) (logid:da44af16) Looking for libvirtd connection at: qemu+tcp://10.0.32.71/system 2024-02-26 10:08:04,745 DEBUG [resource.wrapper.LibvirtGetRemoteVmsCommandWrapper] (agentRequest-Handler-5:null) (logid:da44af16) VM testkiran:...