mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-04 03:55:20 +00:00
5194eb9564
This patch introduces keep alive messages support for P2P migration and it adds two new configuration entries namely 'keepalive_interval' 'keepalive_count' to control it. Behavior of these entries is the same as qemu driver thus the description is copied from there with just a few simplifications. Signed-off-by: Joao Martins <joao.m.martins@oracle.com>
9 lines
193 B
Plaintext
9 lines
193 B
Plaintext
module Test_libvirtd_libxl =
|
|
::CONFIG::
|
|
|
|
test Libvirtd_libxl.lns get conf =
|
|
{ "autoballoon" = "1" }
|
|
{ "lock_manager" = "lockd" }
|
|
{ "keepalive_interval" = "5" }
|
|
{ "keepalive_count" = "5" }
|