mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm: add upper limit for amount of parallel connections during migration
Check that the amount of parallel connections does not exceed 128 and update documentation. On-behalf-of: SAP sebastian.eydam@sap.com Signed-off-by: Sebastian Eydam <sebastian.eydam@cyberus-technology.de>
This commit is contained in:
@@ -207,3 +207,7 @@ migration process. Via the API or `ch-remote`, you may specify:
|
||||
Cancel will abort the migration and keep the VM running on the source.
|
||||
Ignore will proceed with the migration regardless of the downtime requirement.
|
||||
Defaults to `cancel`.
|
||||
- `connections <amount>`: \
|
||||
The number of parallel TCP connections to use for migration.
|
||||
Must be between `1` and `128`. Defaults to `1`.
|
||||
Multiple connections are not supported with local UNIX-socket migration.
|
||||
|
||||
Reference in New Issue
Block a user