Importing a Virtual Machine from a KVM Host

Hello everbody, i am just a little bit confused about importing Qemu Images from my KVM Host. At home, and at work i am using a ovirt engine in a VM. The Version is 4.3.7 and on bare metal my host. Everything works fine but i have the same problem at home and on work. I want to import my qcow2 Images from a KVM Host but i will not work. The command virsh -r -c 'qemu+tcp://root@host1.example.org/system' list --all shows me akk my VMs. But when i want to load the images in the GUI, nothing happens. I follow this instruction: https://www.ovirt.org/develop/release-management/features/virt/KvmToOvirt.ht... After that, i take a look on the official 4.3 Rhev Documentation from Red Hat. There stand this: Log in to the proxy host and generate SSH keys for the vdsm user. sudo -u vdsm ssh-keygen So, i have no proxy host. So i want to do this on my ovirt-engine. Is this right? Next thing: the user vdsm is locked on the ovirt-engine machine and the host. So, do i have to unlocked the account of the user vdsm or what is the best way. My Problem is i found nothing that would help me to solve this problem. Maybe somebody here do me a favour and help me to solve this "challenge" Regards Dirk

On 5 Dec 2019, at 12:10, Dirk Streubel <dirk.streubel@posteo.de> wrote:
Hello everbody,
i am just a little bit confused about importing Qemu Images from my KVM Host.
At home, and at work i am using a ovirt engine in a VM. The Version is 4.3.7 and on bare metal my host.
Everything works fine but i have the same problem at home and on work. I want to import my qcow2 Images from a KVM Host but i
will not work.
The command virsh -r -c 'qemu+tcp://root@host1.example.org/system' list --all shows me akk my VMs.
But when i want to load the images in the GUI, nothing happens. I follow this instruction:
https://www.ovirt.org/develop/release-management/features/virt/KvmToOvirt.ht...
After that, i take a look on the official 4.3 Rhev Documentation from Red Hat. There stand this:
Log in to the proxy host and generate SSH keys for the vdsm user.
sudo -u vdsm ssh-keygen
So, i have no proxy host. So i want to do this on my ovirt-engine. Is this right?
No, proxy host is the host you select to use for import. One of your virtualization hosts....
Next thing: the user vdsm is locked on the ovirt-engine machine and the host.
So, do i have to unlocked the account of the user vdsm or what is the best way.
My Problem is i found nothing that would help me to solve this problem.
Maybe somebody here do me a favour and help me to solve this "challenge"
Regards
Dirk
_______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/WSDZ3E4VN5HMHM...

Hello Michal, hello Paul, thanks a lot for your help. :) Now, everything is working fine at work and at home. Now i can import the images from my KVM Host. :) Regards Dirk Am 05.12.19 um 19:27 schrieb Michal Skrivanek:
On 5 Dec 2019, at 12:10, Dirk Streubel <dirk.streubel@posteo.de> wrote:
Hello everbody,
i am just a little bit confused about importing Qemu Images from my KVM Host.
At home, and at work i am using a ovirt engine in a VM. The Version is 4.3.7 and on bare metal my host.
Everything works fine but i have the same problem at home and on work. I want to import my qcow2 Images from a KVM Host but i
will not work.
The command virsh -r -c 'qemu+tcp://root@host1.example.org/system' list --all shows me akk my VMs.
But when i want to load the images in the GUI, nothing happens. I follow this instruction:
https://www.ovirt.org/develop/release-management/features/virt/KvmToOvirt.ht...
After that, i take a look on the official 4.3 Rhev Documentation from Red Hat. There stand this:
Log in to the proxy host and generate SSH keys for the vdsm user.
sudo -u vdsm ssh-keygen
So, i have no proxy host. So i want to do this on my ovirt-engine. Is this right? No, proxy host is the host you select to use for import. One of your virtualization hosts....
Next thing: the user vdsm is locked on the ovirt-engine machine and the host.
So, do i have to unlocked the account of the user vdsm or what is the best way.
My Problem is i found nothing that would help me to solve this problem.
Maybe somebody here do me a favour and help me to solve this "challenge"
Regards
Dirk
_______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/WSDZ3E4VN5HMHM...
Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/E7ZRNPIBKAMVYH...

Hello Dirk, The link you are using is old developer docs, try the following. https://www.ovirt.org/documentation/admin-guide/chap-External_Providers.html You need to setup an external provider and use a proxy host in the datacentre (not the engine host) you want to import into, this needs to be on the same network as your KVM host and have the virt-v2v package installed. Regards, Paul S. -----Original Message----- From: Dirk Streubel <dirk.streubel@posteo.de> Sent: 05 December 2019 11:10 To: users <users@ovirt.org> Subject: [ovirt-users] Importing a Virtual Machine from a KVM Host Hello everbody, i am just a little bit confused about importing Qemu Images from my KVM Host. At home, and at work i am using a ovirt engine in a VM. The Version is 4.3.7 and on bare metal my host. Everything works fine but i have the same problem at home and on work. I want to import my qcow2 Images from a KVM Host but i will not work. The command virsh -r -c 'qemu+tcp://root@host1.example.org/system' list --all shows me akk my VMs. But when i want to load the images in the GUI, nothing happens. I follow this instruction: https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.ovirt.... After that, i take a look on the official 4.3 Rhev Documentation from Red Hat. There stand this: Log in to the proxy host and generate SSH keys for the vdsm user. sudo -u vdsm ssh-keygen So, i have no proxy host. So i want to do this on my ovirt-engine. Is this right? Next thing: the user vdsm is locked on the ovirt-engine machine and the host. So, do i have to unlocked the account of the user vdsm or what is the best way. My Problem is i found nothing that would help me to solve this problem. Maybe somebody here do me a favour and help me to solve this "challenge" Regards Dirk _______________________________________________ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-leave@ovirt.org Privacy Statement: https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.ovirt.... oVirt Code of Conduct: https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.ovirt.... List Archives: https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.ovir... To view the terms under which this email is distributed, please go to:- http://leedsbeckett.ac.uk/disclaimer/email/
participants (3)
-
Dirk Streubel
-
Michal Skrivanek
-
Staniforth, Paul