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 11, 2018 at 11:17 PM, Bruckner, Simone
<simone.bruckner(a)fabasoft.com> 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-1.el7.x86_64. How can I clean this up?
>
>
>
> Thank you and all the best,
>
> Simone
>
>
>
>
> _______________________________________________
> Users mailing list -- users(a)ovirt.org
> To unsubscribe send an email to users-leave(a)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/4OPRY2GRYDZ...
>