diff --git a/libvirt.changes b/libvirt.changes index 5d52791..081a8a5 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Nov 2 11:11:11 UTC 2020 - ohering@suse.de + +- bsc#1177950 - adjust help for --max_iters, default is 5 + libxl-set-migration-constraints.patch + ------------------------------------------------------------------- Wed Oct 28 06:37:22 UTC 2020 - Franck Bui diff --git a/libxl-set-migration-constraints.patch b/libxl-set-migration-constraints.patch index 0d3bc6d..f5c289c 100644 --- a/libxl-set-migration-constraints.patch +++ b/libxl-set-migration-constraints.patch @@ -322,7 +322,7 @@ Index: libvirt-6.8.0/tools/virsh-domain.c }, + {.name = "max_iters", + .type = VSH_OT_INT, -+ .help = N_("SUSE libxl: Number of iterations before final suspend (default: 30).") ++ .help = N_("SUSE libxl: Number of iterations before final suspend (default: 5).") + }, + {.name = "max_factor", + .type = VSH_OT_INT, @@ -394,7 +394,7 @@ Index: libvirt-6.8.0/docs/manpages/virsh.rst migration. +SUSE-specific options for Xen: *--max_iters* allows specifying the maximum -+number of iterations before final suspend. Default is 30. *--max_factor* ++number of iterations before final suspend. Default is 5. *--max_factor* +allows specifying the maximum amount of memory to transfer before final suspend. +Default is (3*VM memory size). *--min_remaining* allows specifying the +number of dirty pages before final suspend. Default is 50. *--abort_if_busy*