fog / fog-libvirt

libvirt provider for fog
MIT License
16 stars 42 forks source link

improve error handling when libvirt is being used by multiple processes at the same time #15

Closed sford closed 8 years ago

sford commented 8 years ago

This is a followup to #14. I ran into same type of problems and had to fix several other areas to get fog-libvirt stable.

For more background, I had ~5 processes running that were bringing VMs up and down every couple minutes on one machine. The processes are often synced together, so like 5 VM creations would occur almost at the same time.

I have exercised these changes a lot... in the past day I have brought up/down a couple thousand VMs without too many problems.

plribeiro3000 commented 8 years ago

LGTM.