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:
@@ -1410,6 +1410,11 @@ components:
|
||||
format: int64
|
||||
default: 1
|
||||
minimum: 1
|
||||
maximum: 128
|
||||
description: >
|
||||
The number of parallel TCP connections to use for migration.
|
||||
Must be between 1 and 128. Multiple connections are not supported
|
||||
with local UNIX-socket migration.
|
||||
|
||||
VmAddUserDevice:
|
||||
required:
|
||||
|
||||
Reference in New Issue
Block a user