VM stuck in "Migrating to"

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

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@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-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/4OPRY2GRYDZQJ7...

Hi, worked! Thank you very much and all the best, Simone -----Ursprüngliche Nachricht----- Von: Shmuel Melamud <smelamud@redhat.com> Gesendet: Sonntag, 15. Juli 2018 13:31 An: Bruckner, Simone <simone.bruckner@fabasoft.com> 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 <simone.bruckner@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-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/4OPRY2GR YDZQJ724TLT5GHGGHB5NFU45/

You could also run engine-setup on hosted-engine again On 11 July 2018 at 21:17, Bruckner, Simone <simone.bruckner@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-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/4OPRY2GRYDZQJ724TLT5GHGGHB5NFU45/

Hi, running engine-setup did not resolve the issue. All the best, Simone Von: Maton, Brett <matonb@ltresources.co.uk> Gesendet: Sonntag, 15. Juli 2018 13:59 An: Bruckner, Simone <simone.bruckner@fabasoft.com> 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 <simone.bruckner@fabasoft.com<mailto:simone.bruckner@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<mailto:users@ovirt.org> To unsubscribe send an email to users-leave@ovirt.org<mailto: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/4OPRY2GRYDZQJ7...
participants (3)
-
Bruckner, Simone
-
Maton, Brett
-
Shmuel Melamud