-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error creating VLAN #9905
Comments
Thanks for opening your first issue here! Be sure to follow the issue template! |
@miloserdoff can you add some more information, please? What ui-function or API are you using? Did you convert a disk image to a template or upload a template, etc? Do you see just this WARN message or are there more relevant log messages? |
@miloserdoff |
Thanks for the reply. I'm using a pre-built CentOS image, but it's not the image itself. My Cloudstack Agent log file is throwing an error, as I understand it, when trying to create a virtual router. 2024-11-08 08:34:24,675 WARN [resource.wrapper.LibvirtStartCommandWrapper] (agentRequest-Handler-1:null) (logid:cbb2042c) InternalErrorException I also attach the output of the "ip a" command to demonstrate the network configuration 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 |
@miloserdoff Could you try changing the interface names to enp1, enx0 ? |
@rajujith Hello. I changed the interface names and decided to look at the Cloudstack Agent log. It gave me an error: com.cloud.exception.InternalErrorException: Failed to create vnet 805: Cannot find device "br-805" /usr/share/cloudstack-common/scripts/vm/network/vnet/modifyvlan.sh: line 37: /proc/sys/net/ipv6/conf/br-805.805/disable_ipv6: No such file or directory Cannot find device "br-805.805" Failed to create vlan 805 on pif: br-805. |
@miloserdoff can you check for any stale bridge configurations on the host and fix them?
the -p should be passed with the physical interface name but in your log, its having a bridge interface.
|
maybe there is no physical nic associated to the bridge ? |
ISSUE TYPE
COMPONENT NAME
CLOUDSTACK VERSION
CONFIGURATION
OS / ENVIRONMENT
SUMMARY
STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: