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:
parent
d928164284
commit
734ae94b2a
@ -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>
|
Wed Oct 28 06:37:22 UTC 2020 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
@ -322,7 +322,7 @@ Index: libvirt-6.8.0/tools/virsh-domain.c
|
|||||||
},
|
},
|
||||||
+ {.name = "max_iters",
|
+ {.name = "max_iters",
|
||||||
+ .type = VSH_OT_INT,
|
+ .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",
|
+ {.name = "max_factor",
|
||||||
+ .type = VSH_OT_INT,
|
+ .type = VSH_OT_INT,
|
||||||
@ -394,7 +394,7 @@ Index: libvirt-6.8.0/docs/manpages/virsh.rst
|
|||||||
migration.
|
migration.
|
||||||
|
|
||||||
+SUSE-specific options for Xen: *--max_iters* allows specifying the maximum
|
+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.
|
+allows specifying the maximum amount of memory to transfer before final suspend.
|
||||||
+Default is (3*VM memory size). *--min_remaining* allows specifying the
|
+Default is (3*VM memory size). *--min_remaining* allows specifying the
|
||||||
+number of dirty pages before final suspend. Default is 50. *--abort_if_busy*
|
+number of dirty pages before final suspend. Default is 50. *--abort_if_busy*
|
||||||
|
Loading…
Reference in New Issue
Block a user