bragatto commented on issue #10453:
URL: https://github.com/apache/cloudstack/issues/10453#issuecomment-2681745688

   Hello @weizhouapache I did create the bridges, but with more descriptive 
names as the documentation mentions here:
   
   
https://docs.cloudstack.apache.org/en/latest/installguide/hypervisor/kvm.html#configuring-the-networking
   
   "By default these bridges are called cloudbr0 and cloudbr1 etc, but this can 
be changed to be more descriptive."
   
   However, after double checking it, I did find a problem in the bridge 
configuration (a typo was made and the bridge had no slave interfaces).
   
   Fixing that resolved the problem.
   
   In the end, the error message was misleading, as the last error in the log 
was:
   
   DEBUG:root:Failed to execute:Redirecting to /bin/systemctl restart 
network.service
   Failed to restart network.service: Unit network.service not found.
   
   Which led me to believe this was the cause behind the problem.
   
   It seems like the agent it not showing logs for other steps (like whatever 
failed due to the wrong bridge configuration), leading me to believe that last 
error (not finding the network init script) was the actual cause. After fixing 
the bridge, I saw that error always shows up and can be disregarded, as the 
agent keeps going after that error.
   
   Thank you for taking the time to answer this issue, I'm closing it now.


-- 
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]

Reply via email to