Infinite loading of system virtual machines #10989
-
Hello. Today I noticed that one of my system VMs (console proxy) is unavailable. Its Agent State was Down. I decided to reboot the system VMs and now they are in the Starting state for a long time. The Cloudstack Management Server logs said: Now, they are still in the Starting state. I decided to check other functions of this host, and saw that I can't view the contents of the NFS server: Please tell me how to solve the problem and restore the host's functionality? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@miloserdoff , first stepd would be
|
Beta Was this translation helpful? Give feedback.
Did you recently update the system, such as going from 4.20.0 to 4.20.1 (maybe inadvertently) ? If so you likely need to install the newer systemvm.
Also if you check the agent log of the host the systemvm is being deployed on you'll usually get more information.
As a side note, I recently did the 4.20.0 -> 4.20.1 upgrade on my test cluster as it was auto pulled in and I had that same behavior. Installing the updated systemvm appeared to get rid of the error in the agent log when it tried to nfs mount the path but the systemvm never actually would start for me. Since this is a test cluster I'm just running my ansible playbooks to redeploy everything from bare metal. I often just hit the p…