Cloudstack 4.20, kvm install problem. #10090
-
I am trying to freshly install 4.20 host agent for KVM on an Oracle Linux host running R9U5. It is not going well, specifically the networking setup is failing. The juxt of the problem is that the setup is trying to restart the network stack and using the entirely wrong command. On Oracle, the proper way to restart the network stack is with "nmcli networking off && nmcli networking on". There is no "network.service" unit defined on Oracle Linux (or on Centos Stream 9). With the setup failing at this step (restarting the network stack), the remainder of the host setup of course fails. The data in /var/log/cloudstack/agent/setup.log: I welcome any suggestions to get past this hurdle. Thanks! Ron Gage |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
wow, that is a bad find @rongage1 . As a workaround you could implement a simple service file that does limitation of warranty: this is a hack at best. A more permanent solution must be found. |
Beta Was this translation helpful? Give feedback.
the file to setup cloudstack-agent networking is out of date
https://github.com/apache/cloudstack/blob/main/python/lib/cloudutils/serviceConfig.py
I suggest to configure linux bridges following the instruction on cloudstack documentation.
https://docs.cloudstack.apache.org/en/latest/quickinstallationguide/qig.html#configuring-the-network