stepping-stone / vm-manager

The stoney cloud web interface.
http://www.stoney-cloud.org/
Other
0 stars 0 forks source link

Qemu Blockjob Bandwidth for Cloning should be configurable #64

Closed paescuj closed 9 years ago

paescuj commented 10 years ago

At the moment, the bandwith option passed to Qemu blockjobs used when cloning a virtual machine template is hard coded in CPhpLibvirt.php, line 130. This results in slow copy processes:

virsh blockjob XXX vda
Block Pull: [ 15 %] Bandwidth limit: 10 MiB/s

This option should be configurable over the LDAP and maybe have a higher default value.