Skip to content

Commit 325c30c

Browse files
authored
Merge pull request #27004 from apinnick/cnv-rhv-vm-id
BZ1894051: Getting RHV VM ID
2 parents 9334f0c + 5125551 commit 325c30c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/virt-importing-vm-cli.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ EOF
160160
----
161161
<1> If you create a ResourceMapping CR, uncomment the `resourceMapping` section.
162162
<2> Specify the target VM name.
163-
<3> The UUID of the source VM. If you specify the source VM ID, for example, `80554327-0569-496b-bdeb-fcbbf52b827b`, the source VM name and cluster are ignored. Alternatively, you can specify the source VM name and cluster.
163+
<3> Specify the source VM ID, for example, `80554327-0569-496b-bdeb-fcbbf52b827b`. You can obtain the VM ID by entering `\https://<RHV_Manager_FQDN>/ovirt-engine/api/vms/` in a web browser on the Manager machine to list all VMs. Locate the VM you want to import and its corresponding VM ID. You do not need to specify a VM name or cluster name.
164164
<4> If you specify the source VM name, you must also specify the source cluster. Do not specify the source VM ID.
165165
<5> If you specify the source cluster, you must also specify the source VM name. Do not specify the source VM ID.
166166
<6> If you create a ResourceMapping CR, comment out the `mappings` section.
@@ -169,7 +169,7 @@ EOF
169169
<9> If `storageMappings` are specified in both the ResourceMapping and the VirtualMachineImport CRs, the VirtualMachineImport CR takes precedence.
170170
<10> Specify the source storage domain.
171171
<11> Specify the target storage class.
172-
<12> Specify the source VM disk UUID, for example, `8181ecc1-5db8-4193-9c92-3ddab3be7b05`.
172+
<12> Specify the source VM disk ID, for example, `8181ecc1-5db8-4193-9c92-3ddab3be7b05`. You can obtain the disk ID by entering `\https://<RHV_Manager_FQDN>/ovirt-engine/api/vms/<VM_ID>` in a web browser on the Manager machine and reviewing the VM details.
173173
<13> Specify the target storage class.
174174

175175
. Follow the progress of the virtual machine import to verify that the import was successful:

0 commit comments

Comments
 (0)