Advertisement
Guest User

Untitled

a guest
Jan 26th, 2015
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. Environment
  2. OpenStack Icehouse
  3. 1 x controller node = 4xCPU 8GB RAM
  4. 5 x compute node = 32xCPUs 64GB RAM
  5.  
  6. Hosting 5 development environments
  7. Each is roughly 20 VMs of 'small' size
  8.  
  9.  
  10. Problem
  11. Pinging a VM will exhibit small periods of no response.
  12. A traceroute displays a single hop to the VM at all times, but will also exhibit periods of being unable to connect.
  13. When logged into a machine via ssh, typing is nearly impossible due to the frequent freezing
  14. When logged onto the VM from being sat at the host, we still see the freezing.
  15.  
  16. The host displays a minimal load average of roughly 4.00 (over 32 cores)
  17. The host displays a LOT of qemu-system-x86 processes, many of which are over 100%
  18. The VMs themselves do not display any high loads in top
  19.  
  20.  
  21. Attempts to resolve
  22. A lot of time has been spent in attempting to debug the problem without any real steps forward.
  23. We did attempt to enable the VHOST_NET_ENABLED flag in /etc/default/qemu-kvm as detailed here, https://blog.codecentric.de/en/2014/09/openstack-crime-story-solved-tcpdump-sysdig-iostat-episode-3/
  24. but that's not helped.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement