CloudStack starts misbehaving under minimal load #10414
-
I opened several other discussions/issues for my scale problems with CloudStack (partially solved). But now I managed to simplify the env, and want to start it clean as a new discussion My env
I configured basic shared network, IPs are from my /24 internal subnet. VRouter serves as dhcp, metadata and dns server, but VMs are directly accessible from network and have direct outside access (via subnet gateway). I left single host to run VMs, separate from CloudStack management host. VM host can run about 20 VMs. Network is 1 Gbps. Primary and secondary storage are in NFS from another host in the same subnet. The taskI'm trying to start 20 VMs from the same qcow image and the same compute offering using local disk (on RAID-0 of 2 SSDs) The problem2-3 first VMs start fine. Then VMs in But that's just a part of problem. Logs on the agent side are quite idle. Just periodically I see messages like this
Management log is active. My questions
I continue to experiment and am able to share logs if required. Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
just to confirm,
|
Beta Was this translation helpful? Give feedback.
-
@akrasnov-drv I deployed 20 instances using the same template to a single KVM host using local storage. All of them use the same guest network. I created them using a for loop and cmk. All are in the 'Running' state. I used the default settings. In your tests, you tried deploying 20 instances in parallel? I tried both and no issues were observed. |
Beta Was this translation helpful? Give feedback.
To summon
execute.in.sequence.hypervisor.commands=True
solves the main issue of stuck onStarting
VMs. Still there are significant delays, but at list VMs start