-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
VR Mising #10574
Comments
please share the logs, thanks |
Starting VM that missing VR =======+Restarting network that missing VR === |
Any body can let me know to manual get the VR up . or Some Db record need to update it . |
@hstan77 , is there enough capacity to start the VR ? |
I think there are some exceptions before the log you shared. can you have a look ? also, can you restart the network with cleanup ? |
Hi It is enaugh to start VR, a lot more Cleaning up , it will say no VR to clean up |
i grep WARN and ERR **restart Network 2025-03-14 19:55:30,234 WARN [c.c.a.ApiServer] (qtp1886491834-1084:ctx-584ca2a8 ctx-a2113a51) (logid:6033a140) Unknown API command: listAndSwitchSamlAccount 2025-03-14 19:57:30,843 ERROR [o.c.n.r.d.RouterDeploymentDefinition] (API-Job-Executor-100:ctx-8c1177ba job-488649 ctx-3c1be356) (logid:7d78035b) Didn't support redundant virtual router without public network! ** restart network and clean up |
This is detail with debug log 2025-03-14 19:58:24,165 INFO [o.a.c.f.j.i.AsyncJobMonitor] (API-Job-Executor-50:ctx-8c72f876 job-488650) (logid:345a719c) Add job-488650 into job monitoring |
When restart network, it show error cannot find router, of cause it cant find, cause the VR missing. When restart with Clenaup, It show cannot find VR to clean also. and that is right cause VR is missing. However my question is the VR not auto created, and how can we create it back ? |
Can you upload the full log when start /creatr the VR ? The logs you uploaded do not give enough information. |
Hi Issue now is the VR not created automatically , i can only do is retart network as above. The whole Cloudstack , there is no function to create VR to the GuestNetwork . Or Manual activate Create VR . The case now is when VR not automatically create, it will be trouble. How to create back VR? |
I do change IP those function: it just not auto create back the router. |
Finally i found the issue . This is Bug of Cloudstack. The GuestNetwork , redundant=1 in Mysql, and when this happen , the VR will not auto create back . It keep say cannot create redundant . And the webinterface is no way to the status of the GuestNetwork is in redundant or not , and there is no way to turn off the redundant. I edit mysql and set redundant=0, and restart network , and VR created back. |
a bit strange, why is redundant 1 ? is it a shared network or isolated network ? what's the network offering ? |
I am in shared network . Network offering : [DefaultSharedNetworkOfferingWithSGService] i think it may cause by when restart network time, i clicked "redundant" and "clean up", after VR destroyed, it cannot up back. I guess is this, need to test how to simulate this back. |
there were some discussion in #10491 |
This issue #491 is only mentioned need or no need the features. Even now the option is there, the Error Handling seem not handle the issue well. It shall handle the issue of mistake no VR in GuestNetwork. At least have more detail in the log . At begining, I copied all the log , and nobody know what happening. |
I have my VR that deleted during restart network, however it not automatically created back.
Now all the VM that under this GuestNetwork are unable to start, it shows Insufficient Capacity due to no VR . Even though I want to delete this network from the VM and change another one also cannot delete it.
The only thing I can do is destroy the whole vm .
I am using Cloudstack 4.15 and Ubuntu 18.
The text was updated successfully, but these errors were encountered: