-
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
Cannot start instances after adding second host #8810
Comments
Thanks for opening your first issue here! Be sure to follow the issue template! |
@Hector-Work |
Thanks @weizhouapache. Here are the network configs for each host. Host 1 was working fine until I added Host 2, yet the configs are the same.
Host 2:
|
I may be misunderstanding this, but based on the log it looks like it's trying to create a new vnet interface from a bridge interface that doesn't exist, instead of using the cloudbr0 interface as it used to. Still no closer to working out why though. |
@Hector-Work can you share the output of |
@weizhouapache , yes both hosts have a physical interface called I have actually just managed to solve this issue by renaming the I don't know why this worked, but maybe it will help someone else in the future. Here is the output of
Host 2:
|
@Hector-Work
I suggest to use same bridge. you could try
|
What is your KVM traffic label set to for the zone's physical network? This should match the bridge name you want to use on the hypervisor host. Specifically the label for the guest traffic tells cloudstack which bridge to use when creating vlans. It will also have the effect of rejecting agent startup/join if this bridge cannot be resolved on the host. |
As to why moving to |
Thank you both @mlsorensen @weizhouapache . I see what you're saying about the problems it could cause with the inconsistent naming, I will try setting it back to To answer your question @mlsorensen , the |
@Hector-Work |
I just tried setting Host 2 back to
|
@Hector-Work |
@weizhouapache , I think that is the problem. It is running but these errors are from
|
It seems I made a very simple mistake when I was setting up Host 2, I somehow forgot to install Thank you for your help. I will close the issue. |
ISSUE TYPE
COMPONENT NAME
CLOUDSTACK VERSION
CONFIGURATION
Zone created with advanced networking, 1 physical network.
OS / ENVIRONMENT
Ubuntu 22.04, KVM
SUMMARY
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:
Any help to understand what's going wrong would be much appreciated.
STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: