Hi,

Running ovirt for many years, but this baffles me.

An export was taking too long, seems to hang.
Due to the heat a switch failedt, so export storage is umounted, at this time.

Now my VM has a little lock, and can't be restarted. (shutdown worked)

Checked all DB entries and vdsm.

update vm_static set template_status = 0 where template_status = 1;
select * from vm_static where template_status = 1;
0 

update vm_dynamic set status = 0 where status = 15;
select * from vm_dynamic where status = 15; 
0

update images set imagestatus = 1 where imagestatus = 2;
select * from images where imagestatus = 2;
0

update snapshots set status = 'OK' where status like 'LOCKED';
select * from snapshots where status like 'LOCKED';
0

UPDATE images SET imagestatus = 1 WHERE imagestatus = 4;
select * from images where imagestatus = 4;
0
 
restarted the hosted-engine
I dont know what to check next.

Any hints?

thanks
_______________________________________________
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/GMBTWPZ3UWITQQ5EF3DAALETFSEI5CRE/

Reply via email to