apache / cloudstack

Apache CloudStack is an opensource Infrastructure as a Service (IaaS) cloud computing platform
https://cloudstack.apache.org/
Apache License 2.0
2.1k stars 1.11k forks source link

Cannot add Rocky8 KVM host #9620

Closed Jonlli closed 2 months ago

Jonlli commented 2 months ago

When adding to the last step, it prompts that the server resources on the IP cannot be found. Centos7.9 working well. Who can tell me why? The official documentation says it supports Rocky8, but why can't it be added to the host

boring-cyborg[bot] commented 2 months ago

Thanks for opening your first issue here! Be sure to follow the issue template!

weizhouapache commented 2 months ago

@Jonlli It does support rocky8 and 9.

Have you configured linux bridges manually ?

Jonlli commented 2 months ago

yeah , bridges working

I checked all the configurations, the compute nodes, and the bridge configurations are working fine, but I still can't drop the compute node to join the control end

Jonlli commented 2 months ago

we have solved it. you can close the ticket

DaanHoogland commented 2 months ago

@Jonlli can you descrivbe what the issue was, for others to learn?

weizhouapache commented 2 months ago

@Jonlli can you descrivbe what the issue was, for others to learn?

this could be the same issue in the mailing list https://lists.apache.org/thread/xqp3db72phhrmhgt0kvpx8yzt7rr13v8

as suggested by @NuxRo

Add the following to /etc/libvirt/libvirt.conf :
remote_mode="legacy"

Then restart services.