From 734ae94b2aaf2a7e3dd2e8ccef715969bcb521c6d31f0f9c9cb81c8cbc30aea2 Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Mon, 2 Nov 2020 14:34:55 +0000 Subject: [PATCH] Accepting request 845411 from home:olh:branches:Virtualization - bsc#1177950 - adjust help for --max_iters, default is 5 libxl-set-migration-constraints.patch OBS-URL: https://build.opensuse.org/request/show/845411 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=851 --- libvirt.changes | 6 ++++++ libxl-set-migration-constraints.patch | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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*