[ovirt-users] Re: VM stuck in "Migrating to"

2018-07-15 Thread Bruckner, Simone
Hi, worked! Thank you very much and all the best, Simone -Ursprüngliche Nachricht- Von: Shmuel Melamud Gesendet: Sonntag, 15. Juli 2018 13:31 An: Bruckner, Simone Cc: users@ovirt.org Betreff: Re: [ovirt-users] VM stuck in "Migrating to" Hi! As I understand, the VM is down already. Y

[ovirt-users] Re: VM stuck in "Migrating to"

2018-07-15 Thread Bruckner, Simone
Hi, running engine-setup did not resolve the issue. All the best, Simone Von: Maton, Brett Gesendet: Sonntag, 15. Juli 2018 13:59 An: Bruckner, Simone Cc: users@ovirt.org Betreff: Re: [ovirt-users] VM stuck in "Migrating to" You could also run engine-setup on hosted-engine again

[ovirt-users] Re: VM stuck in "Migrating to"

2018-07-15 Thread Maton, Brett
You could also run engine-setup on hosted-engine again On 11 July 2018 at 21:17, Bruckner, Simone wrote: > Hi all, > > > > I have a VM stuck in state „Migrating to“. I restarted ovirt-engine and > rebooted all hosts, no success. I run ovirt 4.2.4.5-1.el7 on CentOS 7.5 > hosts with vdsm-4.20.32

[ovirt-users] Re: VM stuck in "Migrating to"

2018-07-15 Thread Shmuel Melamud
Hi! As I understand, the VM is down already. You can fix this directly in the database. Connect to it with psql tool and do the following: select vm_guid from vms where vm_name='Name of your VM'; You'll get the VM ID. And then: update vm_dynamic set status=0 where vm_guid='VM ID'; On Wed, Jul