GitHub user weizhouapache added a comment to the discussion: Degraded cloudstack agent
thanks for the information @bradh352 @TadiosAbebe @jgotteswinter I suspected it is due to that all libvirt operations use the same instance of `LibvirtConnection`. a libvirt operation might delay other libvirt operations. we could introduce a thread pool of `LibvirtConnection` if it supports concurrent operations. however, I do not know why the issue became very often in recent releases. can everyone share the below ? - global configurations (`cmk list configurations filter=id,name,value keyword=stats.interval`) - java version of kvm host (`java --version`) - OS distribution of kvm host (`cat /etc/os-release`) - libvirt and qemu version of kvm host (`virsh version`) - Approx. number of VMs on kvm host GitHub link: https://github.com/apache/cloudstack/discussions/12450#discussioncomment-15515827 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
