Hector-Work opened a new issue, #8810:
URL: https://github.com/apache/cloudstack/issues/8810
<!--
Verify first that your issue/request is not already reported on GitHub.
Also test if the latest release and main branch are affected too.
Always add information AFTER of these HTML comments, but no need to delete
the comments.
-->
##### ISSUE TYPE
<!-- Pick one below and delete the rest -->
* Other
##### COMPONENT NAME
<!--
Categorize the issue, e.g. API, VR, VPN, UI, etc.
-->
~~~
Networking
~~~
##### CLOUDSTACK VERSION
<!--
New line separated list of affected versions, commit ID for issues on main
branch.
-->
~~~
4.19.0.0
~~~
##### CONFIGURATION
<!--
Information about the configuration if relevant, e.g. basic network,
advanced networking, etc. N/A otherwise
-->
Zone created with advanced networking, 1 physical network.
##### OS / ENVIRONMENT
<!--
Information about the environment if relevant, N/A otherwise
-->
Ubuntu 22.04, KVM
##### SUMMARY
<!-- Explain the problem/feature briefly -->
I've had a CloudStack installation working well on a single host for a
couple of weeks now. Yesterday I added another host to the cluster. When I went
back to look at the instances all of them had stopped. Attempting to start them
again resulted in an error. The same happened with the VRs, though the system
VMs are fine.
This is the error in the management server logs whenever I try to start an
instance:
```
2024-03-20 11:41:20,508 INFO [c.c.v.VirtualMachineManagerImpl]
(Work-Job-Executor-36:ctx-7b172848 job-868/job-869 ctx-6d899296)
(logid:698ffc95) Unable to start VM on Host
{"id":1,"name":"comp1","type":"Routing","uuid":"2fca77e2-a9d5-4ca3-977f-9fc18e78bd0a"}
due to Failed to create vnet 11: Cannot find device
"br-11"/usr/share/cloudstack-common/scripts/vm/network/vnet/modifyvlan.sh: line
37: /proc/sys/net/ipv6/conf/br-11.11/disable_ipv6: No such file or
directoryCannot find device "br-11.11"Failed to create vlan 11 on pif: br-11.
```
Any help to understand what's going wrong would be much appreciated.
##### STEPS TO REPRODUCE
<!--
For bugs, show exactly how to reproduce the problem, using a minimal
test-case. Use Screenshots if accurate.
For new features, show how the feature would be used.
-->
<!-- Paste example playbooks or commands between quotes below -->
~~~
~~~
<!-- You can also paste gist.github.com links for larger files -->
##### EXPECTED RESULTS
<!-- What did you expect to happen when running the steps above? -->
~~~
New host is added, and instances continue running.
~~~
##### ACTUAL RESULTS
<!-- What actually happened? -->
<!-- Paste verbatim command output between quotes below -->
~~~
Error when attempting to start instances.
~~~
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]