mlsorensen commented on issue #7742: URL: https://github.com/apache/cloudstack/issues/7742#issuecomment-1635942252
Find the cluster you are targeting, and check the OS details of other hosts that may be in this cluster. If they don't match you'll get this error. Run this and see what its output is: ``` /usr/share/cloudstack-common/scripts/vm/hypervisor/versions.sh ``` With the agent 4.17 install you have, we see it actually advertises itself as "Red" Host.OS and joins. It complains about not being able to parse the output of `versions.sh` ``` 2023-07-13 17:01:17,019 DEBUG [kvm.resource.LibvirtConnection] (AgentShutdownThread:null) (logid:) Looking for libvirtd connection at: qemu:///system 2023-07-13 17:08:53,321 INFO [cloud.agent.AgentShell] (main:null) (logid:) Agent started 2023-07-13 17:08:53,325 INFO [cloud.agent.AgentShell] (main:null) (logid:) Implementation Version is 4.17.2.0 ... 2023-07-13 17:08:53,854 DEBUG [kvm.resource.LibvirtComputingResource] (main:null) (logid:) Executing: /usr/share/cloudstack-common/scripts/vm/hypervisor/versions.sh 2023-07-13 17:08:53,855 DEBUG [kvm.resource.LibvirtComputingResource] (main:null) (logid:) Executing while with timeout : 1800000 2023-07-13 17:08:53,867 DEBUG [kvm.resource.LibvirtComputingResource] (main:null) (logid:) Execution is successful. 2023-07-13 17:08:53,867 WARN [kvm.resource.LibvirtComputingResource] (main:null) (logid:) Failed to parse Script output: Host.OS.Version= ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
