mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 12:51:12 +00:00
c0ed248b78
Migration compression parameters 'compress-level', 'compress-threads', 'decompress-threads' were deprecated by qemu. Drop them from the tests. Note that the migration code automatically checks whether given capability is supported by qemu and thus we don't need to add any further code to prepare for the legacy compression to be dropped. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
11 lines
329 B
XML
11 lines
329 B
XML
<test>
|
|
<migParams>
|
|
<param name='cpu-throttle-initial' value='20'/>
|
|
<param name='cpu-throttle-increment' value='10'/>
|
|
<param name='tls-creds' value=''/>
|
|
<param name='tls-hostname' value=''/>
|
|
<param name='max-bandwidth' value='33554432'/>
|
|
<param name='downtime-limit' value='300'/>
|
|
</migParams>
|
|
</test>
|