mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
I'm not entirely happy with this, because we only really need a lock when multiple VMs are using the same base box. If they are using different boxes, we could safely upload in parallel. I did not see an obvious way to implement that, so this will work. Parallel uploads are likely not a performance improvement, anyway.