You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also installing iptables-persistent removed cloudstack-agent package :(
Further on host setup, I saw this in /var/log/cloudstack/agent/setup.log:
...
DEBUG:root:Failed to execute:Unit network-manager.service could not be found.
DEBUG:root:execute:route -n|awk '/^0.0.0.0/ {print $2,$8}'
DEBUG:root:list index out of range
File "/usr/lib/python3/dist-packages/cloudutils/serviceConfig.py", line 38, in configuration
result = self.config()
^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/cloudutils/serviceConfig.py", line 211, in config
super(networkConfigUbuntu, self).cfgNetwork()
File "/usr/lib/python3/dist-packages/cloudutils/serviceConfig.py", line 108, in cfgNetwork
device = self.netcfg.getDefaultNetwork()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/cloudutils/networkConfig.py", line 51, in getDefaultNetwork
dev = result[1]
~~~~~~^^^
However, I was able to add the KVM host and it just worked.
versions
ACS 4.20, with Ubuntu 24.04.1, on ARM64 host, typical adv zone configuration.
The steps to reproduce the bug
No response
What to do about it?
I'm wondering if these warning had any consequences or worth looking into.
The text was updated successfully, but these errors were encountered:
problem
This is seen when installing cloudstack-agent deb pkg on Ubuntu 24.04:
Also installing iptables-persistent removed
cloudstack-agent
package :(Further on host setup, I saw this in /var/log/cloudstack/agent/setup.log:
However, I was able to add the KVM host and it just worked.
versions
ACS 4.20, with Ubuntu 24.04.1, on ARM64 host, typical adv zone configuration.
The steps to reproduce the bug
No response
What to do about it?
I'm wondering if these warning had any consequences or worth looking into.
The text was updated successfully, but these errors were encountered: