SHA256
1
0
forked from pool/libvirt

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
This commit is contained in:
James Fehlig 2020-11-02 14:34:55 +00:00 committed by Git OBS Bridge
parent d928164284
commit 734ae94b2a
2 changed files with 8 additions and 2 deletions

View File

@ -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 <fbui@suse.com>

View File

@ -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*