From fd2de053a6e618afa5738cf0a937cfd2d285f976 Mon Sep 17 00:00:00 2001 From: RichardHoch Date: Sun, 3 Nov 2024 16:04:59 +0200 Subject: [PATCH] Active voice used where possible Signed-off-by: RichardHoch --- documentation/modules/configuring-mtv-operator.adoc | 6 +++--- documentation/modules/max-concurrent-vms.adoc | 9 +++++++-- documentation/modules/mtv-settings.adoc | 4 ++-- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/documentation/modules/configuring-mtv-operator.adoc b/documentation/modules/configuring-mtv-operator.adoc index 6a22c27c269..244364285b6 100644 --- a/documentation/modules/configuring-mtv-operator.adoc +++ b/documentation/modules/configuring-mtv-operator.adoc @@ -8,7 +8,7 @@ You can configure all of the following settings of the {operator-name} by modifying the `ForkliftController` CR, or in the *Settings* section of the *Overview* page, unless otherwise indicated. -* Maximum number of virtual machines (VMs) or disks per plan that can be migrated simultaneously. +* Maximum number of virtual machines (VMs) or disks per plan that {project-first} can migrate simultaneously. * How long `must gather` reports are retained before being automatically deleted. * CPU limit allocated to the main controller container. * Memory limit allocated to the main controller container. @@ -39,9 +39,9 @@ spec: |`controller_max_vm_inflight` a|*Varies with provider as follows*: -* {rhv-full}, {osp}, VMware warm migrations _or_ remote cold migrations: The maximum number of disks that can be transferred simultaneously. +* {rhv-full}, {osp}, VMware warm migrations _or_ remote cold migrations: The maximum number of disks that {project-short} can transfer simultaneously. -* OVA or VMware local cold migrations: The maximum number of VMs that can be migrated simultaneously. +* OVA or VMware local cold migrations: The maximum number of VMs that {project-short} can migrate simultaneously. + See xref:max-concurrent-vms_{context}[Configuring the controller_max_vm_inflight label] for a detailed explanation of this setting. |`20` diff --git a/documentation/modules/max-concurrent-vms.adoc b/documentation/modules/max-concurrent-vms.adoc index 2ec1e49ecc2..d8f24a8172b 100644 --- a/documentation/modules/max-concurrent-vms.adoc +++ b/documentation/modules/max-concurrent-vms.adoc @@ -1,11 +1,16 @@ + +// Module included in the following assemblies: +// +// * documentation/doc-Migration_Toolkit_for_Virtualization/master.adoc + :_content-type: PROCEDURE [id="max-concurrent-vms_{context}"] = Configuring the controller_max_vm_inflight label -For {rhv-full}, {osp}, VMware warm migrations _or_ remote cold migrations, the setting `controller_max_vm_inflight` (shown in the UI as *Max concurrent virtual machine migrations*) specifies the maximum number of _disks_ that can be transferred simultaneously. In these migrations, the disks are migrated in parallel. This means that if the combined number of disks that you want to migrate is greater than the value of the setting, additional disks wait until the queue is free without regard for whether a VM has completely finished being migrated. +For {rhv-full}, {osp}, VMware warm migrations _or_ remote cold migrations, the setting `controller_max_vm_inflight` (shown in the UI as *Max concurrent virtual machine migrations*) specifies the maximum number of _disks_ that {project-first} can transfer simultaneously. In these migrations, {project-short} migrates the disks in parallel. This means that if the combined number of disks that you want to migrate is greater than the value of the setting, additional disks must wait until the queue is free, without regard for whether a VM has finished being migrating. Example: If the value of the setting is 15, and VM A has 5 disks, VM B has 5 disks, and VM C has 6 disks, all the disks except for the 16th begin migrating at the same time. Once any of them has migrated, the 16th disk can be migrated, whether or not all the disks on VM A and VM B have finished migrating. -However, for OVA or for local VMware local cold migrations, the setting specifies the maximum number of _VMs_ that can be migrated simultaneously, meaning that all additional disks must wait until at least one VM has been completely migrated. +However, for OVA or for local VMware local cold migrations, the setting specifies the maximum number of _VMs_ that {project-short} can migrate simultaneously, meaning that all additional disks must wait until at least one VM has been completely migrated. Example: If the value of the setting is 2, and VM A has 5 disks, VM B has 5 disks, and VM C has 6 disks, all the disks on VM C must wait until either all the disks on VM A or on VM B have finished migrating. \ No newline at end of file diff --git a/documentation/modules/mtv-settings.adoc b/documentation/modules/mtv-settings.adoc index 5374a986100..3adb3c82ade 100644 --- a/documentation/modules/mtv-settings.adoc +++ b/documentation/modules/mtv-settings.adoc @@ -16,9 +16,9 @@ If you have Administrator privileges, you can access the *Overview* page and cha |Max concurrent virtual machine migrations a|*Varies with provider as follows*: -* {rhv-full}, {osp}, VMware warm migrations _or_ remote cold migrations: The maximum number of disks that can be transferred simultaneously. +* {rhv-full}, {osp}, VMware warm migrations _or_ remote cold migrations: The maximum number of disks that {project-first} can transfer simultaneously. -* OVA or VMware local cold migrations: The maximum number of VMs that can be migrated simultaneously. +* OVA or VMware local cold migrations: The maximum number of VMs that {project-short} can migrate simultaneously. + See xref:max-concurrent-vms_{context}[Configuring the controller_max_vm_inflight label] for a detailed explanation of this setting. |20