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: modules/virt-importing-vm-cli.adoc
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,13 @@ EOF
80
80
<4> Specify the RHV storage domain.
81
81
<5> Specify `nfs` or `ocs-storagecluster-ceph-rbd`.
82
82
<6> If you specified the `ocs-storagecluster-ceph-rbd` storage class, you must specify `Block` as the volume mode.
83
+
// For CNV 2.6.1 only. Will be fixed in CNV 2.6.2.
84
+
. If you specified NFS as the target storage class, you must run the following command because of a known issue (link:https://bugzilla.redhat.com/show_bug.cgi?id=1946177[*BZ#1946177*]):
Copy file name to clipboardExpand all lines: modules/virt-importing-vm-prerequisites.adoc
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,13 @@ Importing a virtual machine from Red Hat Virtualization (RHV) into {VirtProductN
10
10
* Storage:
11
11
** The {VirtProductName} local and shared persistent storage classes must support VM import.
12
12
** If you are using Ceph RBD block-mode volumes, the storage must be large enough to accommodate the virtual disk. If the disk is too large for the available storage, the import process fails and the PV that is used to copy the virtual disk is not released.
13
+
** If you are using NFS storage, you must run the following command because of a known issue (link:https://bugzilla.redhat.com/show_bug.cgi?id=1946177[*BZ#1946177*]):
Copy file name to clipboardExpand all lines: modules/virt-importing-vm-wizard.adoc
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,13 +101,21 @@ endif::[]
101
101
ifdef::virt-importing-rhv-vm[]
102
102
* *General* -> *Name*: The VM name is limited to 63 characters.
103
103
* *General* -> *Description*: Optional description of the VM.
104
-
* *Storage*:
105
104
** *Storage Class*: Select *NFS* or *ocs-storagecluster-ceph-rbd*.
106
105
+
107
106
If you select *ocs-storagecluster-ceph-rbd*, you must set the *Volume Mode* of the disk to *Block*.
107
+
+
108
+
If you select *NFS*, you must run the following command on the CLI because of a known issue (link:https://bugzilla.redhat.com/show_bug.cgi?id=1946177[*BZ#1946177*]):
Copy file name to clipboardExpand all lines: modules/virt-troubleshooting-vm-import.adoc
+5-48Lines changed: 5 additions & 48 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,61 +66,29 @@ endif::[]
66
66
== Error messages
67
67
68
68
ifdef::virt-importing-rhv-vm[]
69
-
The following error messages might appear:
70
-
71
-
* The following error message is displayed in the VM Import Controller pod log if the target VM name exceeds 63 characters link:https://bugzilla.redhat.com/show_bug.cgi?id=1857165[(*BZ#1857165*)]:
72
-
+
73
-
----
74
-
Message: Error while importing disk image
75
-
Reason: ProcessingFailed
76
-
----
69
+
The following error message might appear:
77
70
78
71
* The following error message is displayed in the VM Import Controller pod log and the progress bar stops at 10% if the {VirtProductName} storage PV is not suitable:
79
72
+
73
+
[source,terminal]
80
74
----
81
75
Failed to bind volumes: provisioning failed for PVC
82
76
----
83
77
+
84
-
You must use the NFS storage class. Cinder storage is not supported. link:https://bugzilla.redhat.com/show_bug.cgi?id=1857784[(*BZ#1857784*)]
78
+
You must use a compatible storage class. The Cinder storage class is not supported.
85
79
86
-
ifeval::["{HCOVersion}" == "2.4.1"]
87
-
* The following error message is displayed in the *Virtual Machines* tab of the *Virtualization* screen in the {VirtProductName} console if the `vm-import-controller` cannot find a matching template for the RHV VM operating system:
You can perform the following actions to fix this problem:
95
-
96
-
** Change the RHV VM operating system to an operating system that exists in the default `vm-import-controller` config map.
97
-
** If you created a custom config map, check the config map to verify that the RHV VM operating system is mapped to a matching {VirtProductName} common template.
98
-
** If there is no matching {VirtProductName} common template, create an appropriate VM template in the {VirtProductName} console and then create a custom config map to map the RHV VM operating system to the new template.
99
-
100
-
* The migration will hang at the *Starting Red Hat Virtualization (RHV) controller* message in the {VirtProductName} console if a non-admin user tries to import a VM. Only an admin user has permission to import a VM.
101
-
endif::[]
102
80
endif::[]
103
81
104
82
ifdef::virt-importing-vmware-vm[]
105
-
The following error message might appear:
83
+
The following error messages might appear:
106
84
107
85
* If the VMware VM is not shut down before import, the imported virtual machine displays the error message, `Readiness probe failed` in the {product-title} console and the V2V Conversion pod log displays the following error message:
108
86
+
87
+
[source,terminal]
109
88
----
110
89
INFO - have error: ('virt-v2v error: internal error: invalid argument: libvirt domain ‘v2v_migration_vm_1’ is running or paused. It must be shut down in order to perform virt-v2v conversion',)"
111
90
----
112
91
113
-
ifeval::["{VirtVersion}" == "2.4"]
114
-
* When you select the VMware provider, the following warning message is displayed:
115
-
+
116
-
----
117
-
Warning alert:Could not load config map vmware-to-kubevirt-os in kube-public namespace
118
-
Configmaps "vmware-to-kubevirt-os" not found
119
-
----
120
-
+
121
-
This warning does not affect the VMware virtual machine import.
122
-
endif::[]
123
-
124
92
* The following error message is displayed in the {product-title} console if a non-admin user tries to import a VM:
125
93
+
126
94
[source,terminal]
@@ -131,14 +99,3 @@ Restricted Access: configmaps "vmware-to-kubevirt-os" is forbidden: User cannot
131
99
+
132
100
Only an admin user can import a VM.
133
101
endif::[]
134
-
135
-
ifdef::virt-importing-vmware-vm[]
136
-
[id='known-issues_{context}']
137
-
== Known issues
138
-
139
-
The following are known issues:
140
-
141
-
* You must have sufficient storage space for the imported disk.
142
-
+
143
-
If you try to import a virtual machine with a disk that is larger than the available storage space, the operation cannot complete. You will not be able to import another virtual machine or to clean up the storage because there are insufficient resources to support object deletion. To resolve this situation, you must add more object storage devices to the storage backend. link:https://bugzilla.redhat.com/show_bug.cgi?id=1721504[(*BZ#1721504*)]
0 commit comments