[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. 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 
 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@ovirt.org
> To unsubscribe send an email to users-le...@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/4OPRY2GR
> YDZQJ724TLT5GHGGHB5NFU45/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@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/4EGZVVBOE7D7YYWYWYAWAKR52KIP5YIL/


[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



On 11 July 2018 at 21:17, Bruckner, Simone 
mailto:simone.bruck...@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@ovirt.org
   To unsubscribe send an email to 
users-le...@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/4OPRY2GRYDZQJ724TLT5GHGGHB5NFU45/



___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@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/55Q3MBEPBBRXHYQKYZBYBU55U7F3EI7G/


[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-1.el7.x86_64. How can I clean this up?
>
>
>
> Thank you and all the best,
>
> Simone
>
>
>
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@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/4OPRY2GRYDZQJ724TLT5GHGGHB5NFU45/
>
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@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/2R33FKC7DJSLOLXXIIT5BCATU3G5NRGX/


[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 11, 2018 at 11:17 PM, 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-1.el7.x86_64. How can I clean this up?
>
>
>
> Thank you and all the best,
>
> Simone
>
>
>
>
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@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/4OPRY2GRYDZQJ724TLT5GHGGHB5NFU45/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@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/OEISQPZXGKLHXWNXOX5PUTY5GW4GOCQX/