libvirt/tests/qemumigparamsdata/basic.json
Peter Krempa c0ed248b78 tests: qemumigparamsdata: Drop deprecated fields
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>
2023-11-10 10:04:04 +01:00

7 lines
119 B
JSON

{
"cpu-throttle-initial": 20,
"cpu-throttle-increment": 10,
"max-bandwidth": 33554432,
"downtime-limit": 300
}