You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/doc-Planning_your_migration/assemblies/assembly_migrating-vms-web-console.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ You must ensure that all prerequisites are met. For more information, see link:{
20
20
21
21
VMware only: You must have the minimal set of link:{mtv-plan}assembly_provider-specific-requirements-for-migration_mtv#vmware-privileges_mtv[VMware privileges].
22
22
23
-
VMware only: Creating a link:{mtv-plan}assembly_provider-specific-requirements-for-migration_mtv#proc_creating-vddk-image_mtv[VMware Virtual Disk Development Kit (VDDK)] image will increase migration speed.
23
+
VMware only: link:{mtv-plan}assembly_provider-specific-requirements-for-migration_mtv#proc_creating-vddk-image_mtv[Creating a VMware VDDK image] increases migration speed.
Copy file name to clipboardExpand all lines: documentation/modules/common-attributes.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,6 @@
47
47
:abstract-planning: Install the {project-first} Operator and configure {project-short} to plan a cold or warm migration of virtual machines to Red Hat {virt} on an OpenShift platform. Map the source and destination infrastructure for your migration, including storage and networking, and create validation rules.
48
48
//migrating guide
49
49
:migrating-guide-title: Migrating your virtual machines to Red Hat {virt}
50
-
:subtitle-migrating: Migrating virtual machines from VMware vSphere, {rhv-full} or {osp} platforms, or other platforms to Red Hat {virt} by using the {project-full}
50
+
:subtitle-migrating: Migrating virtual machines from {vmw} vSphere, {rhv-full} or {osp} platforms, or other platforms to Red Hat {virt} by using the {project-full}
51
51
:abstract-migrating: Run your migration plan by using either the {project-first} user interface in the Red Hat OpenShift web console or the command-line interface.
@@ -12,5 +12,5 @@ Choose cold migration for VMs that are shut down and warm migration for running
12
12
13
13
[NOTE]
14
14
====
15
-
OVA migration is validated for migrating supported guest operating systems exported from {vmw} vSphere. For third-party networking or security appliances, check with the vendor for native QCOW2 or KVM images.
15
+
OVA migration is validated for migrating supported guest operating systems exported from {vmw} vSphere. For third-party networking or security appliances, check with the vendor for native QCOW2 or Kernel-based Virtual Machine (KVM) images.
Copy file name to clipboardExpand all lines: documentation/modules/con_about-mtv.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
You can use the {project-first} to migrate virtual machines (VMs) from the following source providers to {virt} destination providers:
8
8
9
9
* {vmw} vSphere
10
-
* {rhv-full}
10
+
* {rhv-full}
11
11
* {osp}
12
12
* Open Virtual Appliances (OVAs) that were created by {vmw} vSphere
13
13
* Remote {virt} clusters
@@ -16,9 +16,9 @@ You can use the {project-first} to migrate virtual machines (VMs) from the follo
16
16
17
17
{project-short} supports three types of migration: cold, warm, and live.
18
18
19
-
Cold migration is available for all of the source providers listed above. This type of migration migrates VMs that are powered *_off_* and does not require common stored storage.
19
+
Cold migration is available for all of the source providers listed above. This type of migration migrates VMs that are powered *_off_* and does not require shared storage.
20
20
21
-
Warm migration is available only for {vmw} vSphere and {rhv-full}. This type of migration migrates VMs that are powered *_on_* and does require common stored storage.
21
+
Warm migration is available only for {vmw} vSphere and {rhv-full}. This type of migration migrates VMs that are powered *_on_* and does require shared storage.
22
22
23
23
Live migration is available *_only_* for migrations between {virt} clusters or between namespaces on the same {virt} cluster. It requires {project-short} version 2.10 or later and {virt} version 4.20 or later.
Copy file name to clipboardExpand all lines: documentation/modules/con_about-rego-files.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,9 @@
7
7
= About Rego files
8
8
9
9
[role="_abstract"]
10
-
Validation rules are written in Rego, the Open Policy Agent (OPA) native query language. The rules are stored as `.rego` files in the `/usr/share/opa/policies/io/konveyor/forklift/<provider>` directory of the `Validation` pod.
10
+
Validation rules are written in Rego, the Open Policy Agent (OPA) native query language. The rules are stored as `.rego` files in the `/usr/share/opa/policies/io/konveyor/forklift/_<provider>_` directory of the `Validation` pod.
11
11
12
-
Each validation rule is defined in a separate `.rego` file and tests for a specific condition. If the condition evaluates as `true`, the rule adds a `{“category”, “label”, “assessment”}` hash to the `concerns`. The `concerns` content is added to the `concerns` key in the inventory record of the VM. The web console displays the content of the `concerns` key for each VM in the provider inventory.
12
+
Each validation rule is defined in a separate `.rego` file and tests for a specific condition. If the condition evaluates as `true`, the rule adds a hash containing the `category`, `label`, and `assessment` keys to the `concerns`. The `concerns` content is added to the `concerns` key in the inventory record of the virtual machine (VM). The web console displays the content of the `concerns` key for each VM.
13
13
14
14
The following `.rego` file example checks for distributed resource scheduling enabled (`has_drs_enabled`) in the cluster of a VMware VM:
Copy file name to clipboardExpand all lines: documentation/modules/con_ova-scope-and-limitations.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
10
10
[role="_abstract"]
11
11
12
-
OVA migration is validated for migrating supported guest operating systems exported from {vmw} vSphere. For third-party networking or security appliances, check with the vendor for native QCOW2 or KVM images.
12
+
OVA migration is validated for migrating supported guest operating systems exported from {vmw} vSphere. For third-party networking or security appliances, check with the vendor for native QCOW2 or Kernel-based Virtual Machine (KVM) images.
13
13
14
14
The OVA import process utilizes `virt-v2v` to prepare guest operating systems for KVM. Vendor-supplied appliances often use proprietary bootloaders or disk layouts that are incompatible with this conversion. Moreover, converting a vendor OVA may invalidate vendor support agreements.
Copy file name to clipboardExpand all lines: documentation/modules/con_planning-intro.adoc
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,9 @@
8
8
= Planning a migration
9
9
10
10
[role="_abstract"]
11
-
You can use the Migration Toolkit for Virtualization (MTV) to plan your migration of virtual machines from the
12
-
following source providers to OpenShift Virtualization destination providers:
11
+
You can use the Migration Toolkit for Virtualization (MTV) to plan your migration of virtual machines (VMs) from specific source providers to OpenShift Virtualization destination providers.
12
+
13
+
The supported source providers are:
13
14
14
15
* {vmw} vSphere
15
16
* {rhv-full}
@@ -19,17 +20,16 @@ following source providers to OpenShift Virtualization destination providers:
19
20
20
21
[NOTE]
21
22
====
22
-
OVA migration is validated for migrating supported guest operating systems exported from {vmw} vSphere. For third-party networking or security appliances, check with the vendor for native QCOW2 or KVM images.
23
+
OVA migration is validated for migrating supported guest operating systems exported from {vmw} vSphere. For third-party networking or security appliances, check with the vendor for native QCOW2 or Kernel-based Virtual Machine (KVM) images.
23
24
====
24
25
25
26
[id="types-of-migration_{context}"]
26
27
== Types of migration
27
-
28
28
{project-short} supports three types of migration: cold, warm, and live.
29
29
30
-
* Cold migration is available for all of the source providers listed above. This type of migration migrates VMs that are powered *_off_* and does not require common stored storage.
30
+
* Cold migration is available for all of the preceding source providers. This type of migration migrates VMs that are powered _off_ and does not require shared storage.
31
31
32
-
* Warm migration is available only for {vmw} vSphere and {rhv-full}. This type of migration migrates VMs that are powered *_on_* and does require common stored storage.
32
+
* Warm migration is available only for {vmw} vSphere and {rhv-full}. This type of migration migrates VMs that are powered _on_ and requires shared storage.
33
33
34
34
* Live migration is available *_only_* for migrations between {virt} clusters or between namespaces on the same {virt} cluster. It requires {project-short} version 2.10 or later and {virt} version 4.20 or later.
0 commit comments