GitHub user nickaccuweb added a comment to the discussion: Cloudstack 4.22 -
Configuration Wizard failing - Fix Error
@soulfulgent
Thanks for sharing the output.
The database now looks correct. Both physical networks are enabled, and the
VirtualRouter provider on Physical Network 2 is also enabled with DHCP. So I
would not recreate the database again at this point.
You are also correct about the System VMs and VR, since the wizard did not
complete the zone setup.
Could you please share the following from the latest failed attempt:
1. Relevant entries from /var/log/cloudstack/management/management-server.log
around the Guest Network failure.
2. From browser Developer Tools (F12 → Network), the failed API request and
response, especially command, physicalnetworkid, and networkofferingid.
3. Output of this query:
SELECT p.id AS physical_network_id,
p.name,
t.traffic_type,
t.kvm_network_label,
t.vlan
FROM cloud.physical_network p
LEFT JOIN cloud.physical_network_traffic_types t
ON t.physical_network_id = p.id
WHERE p.removed IS NULL
ORDER BY p.id, t.traffic_type;
For now, please leave the current setup as-is until I review these details.
GitHub link:
https://github.com/apache/cloudstack/discussions/13956#discussioncomment-18419029
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]